Toastie 4 years ago
parent
commit
bfdcdc6884
1 changed files with 15 additions and 0 deletions
  1. 15 0
      minio/HTTPS.md

+ 15 - 0
minio/HTTPS.md

@@ -0,0 +1,15 @@
+# Activate TLS
+
+To get started with snake oil certs:
+```
+sudo apt install ssl-cert
+
+cp /etc/ssl/certs/ssl-cert-snakeoil.pem ./data/home/certs/public.crt
+sudo cp /etc/ssl/private/ssl-cert-snakeoil.key ./data/home/certs/private.key
+
+```
+
+
+### References
+https://docs.min.io/docs/how-to-secure-access-to-minio-server-with-tls.html
+https://wiki.ubuntuusers.de/ssl-cert/