Skip to content
Snippets Groups Projects
Commit 91bfb6c8 authored by Pascal Osterwinter's avatar Pascal Osterwinter Committed by Andrey Strukov
Browse files

fix: changed random file directory.

parent 98d31919
No related branches found
No related tags found
1 merge request!123fix openssl-ca.sh script
......@@ -4,7 +4,7 @@ mkdir openssl_ca
cd openssl_ca
# write random file incase it does not exist
openssl rand -writerand .rnd
openssl rand -writerand ~/.rnd
# Generate self signed CA
openssl req -x509 -config ../openssl-ca.cnf -newkey rsa-pss -sha512 -nodes \
......
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