Skip to content

Commit

Permalink
doc: improve suggestion for the Xca tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed May 27, 2024
1 parent bd6f9e0 commit 126fe48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Using-Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ To use a Certificate Identity Token, set `cert=<certificate file>` and `key=<pri

The underlying OpenSSL library provides a command line utility.

For managing a larger number of certificates, [Xca](https://hohnstaedt.de/xca/) is a powerful and popular GUI for X.509 certificate and key management, including certificate authority (CA) functionality, which is the most efficient way to manage the certificates for a larger installation.
For creating and managing a larger number of certificates,
[Xca](https://hohnstaedt.de/xca/) is a powerful and popular GUI
for X.509 certificate and key handling,
including certificate authority (CA) functionality,
which is the most efficient way
to manage the certificates for a larger installation.

The `openssl` command line utility can be used to convert certificates (and keys) between formats. To convert certificate `<cert>` from DER to PEM format, use:

Expand Down

0 comments on commit 126fe48

Please sign in to comment.