Skip to content
Snippets Groups Projects
Commit eefbef6d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: fix typo

parent c2937e00
No related branches found
No related tags found
1 merge request!21Release v0.4.0
Pipeline #8355 passed
......@@ -79,7 +79,7 @@ server:
Replace `localhost` by your host name, if you want.
- `keytool -importkeystore -srckeystore caosdb.jks -destkeystore caosdb.p12 -deststoretype PKCS12 -srcalias selfsigned`
- Export the public part only: `openssl pkcs12 -in caosdb.p12 -nokeys -out cert.pem`.
The resulting ``cert.pem` can safely be given to users to allow ssl verification.
The resulting `cert.pem` can safely be given to users to allow ssl verification.
- You can check the content of the certificate with `openssl x509 -in cert.pem -text`
Alternatively, you can create a keystore from certificate files that you already have:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment