doc: Fix certutil argument

This commit is contained in:
ml 2021-02-10 14:26:48 +01:00
parent 8faa605928
commit 4d6473803c
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ the following steps.
1. Import the CA Certificate
+
----
certutil -D "sql:${HOME}/.pki/nssdb" -A -i <path_to_ca_cert.pem> -n "My Fancy CA" -t "TC,C,T"
certutil -d "sql:${HOME}/.pki/nssdb" -A -i <path_to_ca_cert.pem> -n "My Fancy CA" -t "TC,C,T"
----
+
2. Merge your `<cert.crt>` and `<privkey.pem>` files into a single `PKCS#12`