Skip to content

Instantly share code, notes, and snippets.

View harisvsulaiman's full-sized avatar
🎯
Shipping

Haris Sulaiman harisvsulaiman

🎯
Shipping
View GitHub Profile
@harisvsulaiman
harisvsulaiman / README.md
Created November 21, 2020 02:13 — forked from superseb/README.md
Generate self signed certificates for Rancher 2.x

Generate self signed certificates for Rancher 2.x

Generate certificates

docker run -v $PWD/certs:/certs \
  -e SSL_SUBJECT=test.example.com \
  -e SSL_DNS=test.example.com,test2.example.com \
  -e SSL_IP=10.0.0.1 \
 superseb/omgwtfssl