Skip to content

Commit

Permalink
added OSX example
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <mvala@redhat.com>
  • Loading branch information
sparkoo committed Jan 6, 2020
1 parent 4590207 commit 9422f62
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ $ OPENSSL_CNF=<path_to_openssl.cnf>
$ CA_CN=eclipse-che-signer
$ DOMAIN=*.$( minikube ip ).nip.io
$ OPENSSL_CNF=/etc/pki/tls/openssl.cnf
# Example with crc on OSX
$ export CA_CN=eclipse-che-signer
$ export DOMAIN=*.apps-crc.testing
$ export OPENSSL_CNF=/System/Library/OpenSSL/openssl.cnf
----

. Generate root CA key. Add `-des3` parameter if passphrase is needed
Expand Down

0 comments on commit 9422f62

Please sign in to comment.