1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:27:45 +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:
Cubic Love 2023-05-21 01:02:25 +01:00 committed by Jelle Raaijmakers
parent d41e6a0451
commit c7532cf084
4 changed files with 98 additions and 2 deletions

View file

@ -0,0 +1,22 @@
## Name
![Icon](/res/icons/16x16/certificate.png) 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`).