-
I don't know where to look, or if it's is available at all. Is it possible to export certificate data?
|
Beta Was this translation helpful? Give feedback.
Answered by
chris2511
Sep 3, 2024
Replies: 1 comment 1 reply
-
On the command line it is possible: But I assume you want to write it into the certificate-file during GUI export. This is currently not possible |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bertmelis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the command line it is possible:
xca --select=40 --text --pem
(40 is the primary key of a certificate in my database, listable withxca --list-items
)See: https://hohnstaedt.de/xca-doc/html/commandline.html#commandline
But I assume you want to write it into the certificate-file during GUI export. This is currently not possible