Skip to content

Commit

Permalink
Updated wording for testing self-signed certs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpountney92 committed Jan 27, 2021
1 parent 3e8a790 commit bc268a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ Test the Ingress configuration

curl -v --cacert /tmp/tls.crt --resolve dpg.com:443:$EXTERNAL_IP https://dpg.com

In the above curl command we indicate that we trust the self-signed certificate. `/tmp/tls.crt` contains the public key needed to verify the certificate was signed by us.
In the above curl command we indicate that we trust the self-signed certificate as an internal "CA".

`/tmp/tls.crt` contains the public key needed to verify the certificate for `dpg.com` was signed by the private key `/tmp/tls.key`.


Alternatively on your own machine (not your workstation) modify hosts file and view in browser. (Note: this will require sudo access)

Expand Down

0 comments on commit bc268a1

Please sign in to comment.