|
You are here |
zaries.wordpress.com | ||
| | | | |
current.workingdirectory.net
|
|
| | | | | Some thoughts based on my work as a movement technologist | |
| | | | |
memo.mx
|
|
| | | | | A Certificate Authority or CA is an entity that signs digital certificates. These digital certificates are used to validate the connection while using secure mechanisms. Generating a root CA We will use a root CA to create intermediate CA's which are trusted to sign certificates on its behalf. First, prepare the environment. mkdir /root/ca && cd /root/ca mkdir certs crl newcerts private chmod 700 private touch index.txt echo 1000 > serial Then download the template for /root/ca/openssl.... | |
| | | | |
younes.codes
|
|
| | | | | Learn how to run Rails over HTTPS on localhost, in development environment. | |
| | | | |
danielrotter.at
|
|
| | | It was not trivial to setup nginx with php-fpm to run in separate containers in kubernetes. Therefore I want to explain how I got it to work. | ||