Skip to content

Commit

Permalink
Update install to correct (read: specify) CN value on CA root used to…
Browse files Browse the repository at this point in the history
… sign SSL certificates

Related #85
  • Loading branch information
davidalger committed Feb 9, 2020
1 parent 6694a9e commit bc9d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ ! -f "${WARDEN_SSL_DIR}/rootca/certs/ca.cert.pem" ]]; then
-config "${WARDEN_DIR}/config/openssl/rootca.conf" \
-key "${WARDEN_SSL_DIR}/rootca/private/ca.key.pem" \
-out "${WARDEN_SSL_DIR}/rootca/certs/ca.cert.pem" \
-subj "/C=US/O=Warden Proxy Local CA ($(hostname -s))"
-subj "/C=US/O=Warden.dev/CN=Warden Proxy Local CA ($(hostname -s))"
fi

## trust root ca differently on Fedora, Ubuntu and macOS
Expand Down

0 comments on commit bc9d143

Please sign in to comment.