Skip to content

Commit

Permalink
fixed minor error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbartosch committed Apr 28, 2021
1 parent ee76ce6 commit fcd5dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ self-signed certificate with this key with subject "/CN=DataVault". You
can find a usable sample config file to create an **unencrypted** key
in the contrib folder::

$ openssl req -new -keyout vault.key -out vault.crt -days 1100 \
$ openssl req -new -x509 -keyout vault.key -out vault.crt -days 1100 \
-config /etc/openxpki/contrib/vault.openssl.cnf

Now import the certificate and its key::
Expand Down

0 comments on commit fcd5dd4

Please sign in to comment.