You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ken Schaefer
c59cac0cb8
|
2 years ago | |
---|---|---|
.. | ||
easy | 2 years ago | |
insane | 2 years ago | |
README.md | 2 years ago |
README.md
The keys and certificates within these subdirectories are only meant for testing purposes. Do NOT use these in production settings.
These were created via instructions from: https://dev.mysql.com/doc/refman/8.0/en/creating-ssl-files-using-openssl.html
CN assignments in certs/keys:
easy
directory holds certs/keys for the easy docker development environment- CA: openemr-ca
- Server: mysql (server-cert.pem, server-key.pem)
- Client: openemr (client-cert.pem, client-key.pem)
insane
directory holds certs/keys for the insane docker development environment- CA: openemr-ca
- Server: mariadb-ssl (server-cert.pem, server-key.pem)
- Client: openemr-7-3-312 (client-cert.pem, client-key.pem)
files in easy
/insane
directories:
- CA
- ca.pem -> (mysql-ca when copied into sites/default/documents/certificates/)
- ca-key.pem
- Server
- server-cert.pem
- server-key.pem
- Client
- client-cert.pem -> (mysql-cert when copied into sites/default/documents/certificates/)
- client-key.pem -> (mysql-key when copied into sites/default/documents/certificates/)