mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
Base: Add 3DFileViewer, CatDog & CertificateSettings manpages
Also update Applications.md to reflect this and some other previously missing pages.
This commit is contained in:
parent
d41e6a0451
commit
c7532cf084
4 changed files with 98 additions and 2 deletions
22
Base/usr/share/man/man1/Applications/CertificateSettings.md
Normal file
22
Base/usr/share/man/man1/Applications/CertificateSettings.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
## Name
|
||||
|
||||
 Certificate Settings
|
||||
|
||||
[Open](file:///bin/CertificateSettings)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ CertificateSettings
|
||||
```
|
||||
|
||||
## Description
|
||||
`Certificate Settings` is an application for managing digital certificates in SerenityOS.
|
||||
|
||||
Certificates are used for establishing a user's credentials when trying to create secure connection between a client and server by matching a public and private key.
|
||||
|
||||
The *Certificate Store* lists all of the certificates currently stored in the system, the Trusted Root Certification Authorities (CAs) they were issued by and their expiration dates.
|
||||
|
||||
### Features
|
||||
|
||||
Import and export CAs as Privacy-Enhanced Mail files (`.pem`).
|
Loading…
Add table
Add a link
Reference in a new issue