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.
1.1 KiB
1.1 KiB
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: openldap (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: openldap (server-cert.pem, server-key.pem)
- Client: openemr-7-3-312 (client-cert.pem, client-key.pem)
files in easy
/insane
directories:
- Dockerfile
- Used to build the docker with the below pertinent keys/certs in it
- CA
- ca.pem -> (ldap-ca when copied into sites/default/documents/certificates/)
- ca-key.pem
- Server
- server-cert.pem
- server-key.pem
- Client
- client-cert.pem -> (ldap-cert when copied into sites/default/documents/certificates/)
- client-key.pem -> (ldap-key when copied into sites/default/documents/certificates/)