|
@@ -1,5 +1,6 @@
|
|
-# Activate TLS
|
|
|
|
|
|
+# TLS Certificates
|
|
|
|
|
|
|
|
+## Snake Oil
|
|
To get started with snake oil certs:
|
|
To get started with snake oil certs:
|
|
```
|
|
```
|
|
sudo apt install ssl-cert
|
|
sudo apt install ssl-cert
|
|
@@ -9,7 +10,12 @@ sudo cp /etc/ssl/private/ssl-cert-snakeoil.key ./data/home/.minio/certs/private.
|
|
sudo chown -R 1000:1000 data
|
|
sudo chown -R 1000:1000 data
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+## Certs from proxy-companion
|
|
|
|
+`docker-compose.overrride.yml` defines a seperate container
|
|
|
|
+to copy certs from another container which runs proxy-companion,
|
|
|
|
+rename them and sets permissions.
|
|
|
|
+
|
|
|
|
|
|
### References
|
|
### References
|
|
- https://docs.min.io/docs/how-to-secure-access-to-minio-server-with-tls.html
|
|
- https://docs.min.io/docs/how-to-secure-access-to-minio-server-with-tls.html
|
|
- - https://wiki.ubuntuusers.de/ssl-cert/
|
|
|
|
|
|
+ - https://wiki.ubuntuusers.de/ssl-cert/
|