We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Follow these steps to backup and restore your CA.
(This assumes your CA is in etc/ssl. If yours isn't, substitute your --db option.)
etc/ssl
--db
tar Ccz "etc/ssl" "." | gpg --recipient "example@example.com" --encrypt >"ssl.tar.gz.gpg"
gpg --decrypt <"ssl.tar.gz.gpg" | tar Cxz "etc/ssl"
Next: Revoke certificates