1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:17:45 +00:00

CertificateSettings: Create basic Cert Store application

This commit adds a new application named CertificateSettings that
houses our Cert Store. It should be expanded in the future.
This commit is contained in:
Fabian Dellwing 2023-03-27 20:04:24 +02:00 committed by Andrew Kaster
parent 459dee1f86
commit c273784c3e
9 changed files with 237 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[App]
Name=Certificate Settings
Executable=/bin/CertificateSettings
Category=Settings
Description=Access and change the system's certificates
ExcludeFromSystemMenu=true