2021-03-18 01:09:32 +00:00
|
|
|
# The certificate/private key pairs used here where generated via openssl using
|
|
|
|
# the 'gen_certs.sh' script located in the `private/` subdirectory.
|
2017-04-13 07:18:31 +00:00
|
|
|
#
|
2021-03-08 09:39:36 +00:00
|
|
|
# The certificates are self-signed. As such, you will need to trust them directly
|
2017-04-13 07:18:31 +00:00
|
|
|
# for your browser to refer to the connection as secure. You should NEVER use
|
2021-03-08 09:39:36 +00:00
|
|
|
# these certificate/key pairs. They are here for DEMONSTRATION PURPOSES ONLY.
|
|
|
|
[default.tls]
|
|
|
|
certs = "private/rsa_sha256_cert.pem"
|
|
|
|
key = "private/rsa_sha256_key.pem"
|
|
|
|
|
|
|
|
[rsa_sha256.tls]
|
|
|
|
certs = "private/rsa_sha256_cert.pem"
|
|
|
|
key = "private/rsa_sha256_key.pem"
|
2021-03-18 01:09:32 +00:00
|
|
|
|
2021-03-08 09:39:36 +00:00
|
|
|
[ecdsa_nistp256_sha256.tls]
|
|
|
|
certs = "private/ecdsa_nistp256_sha256_cert.pem"
|
|
|
|
key = "private/ecdsa_nistp256_sha256_key_pkcs8.pem"
|
|
|
|
|
|
|
|
[ecdsa_nistp384_sha384.tls]
|
|
|
|
certs = "private/ecdsa_nistp384_sha384_cert.pem"
|
|
|
|
key = "private/ecdsa_nistp384_sha384_key_pkcs8.pem"
|
|
|
|
|
|
|
|
[ed25519.tls]
|
|
|
|
certs = "private/ed25519_cert.pem"
|
|
|
|
key = "private/ed25519_key.pem"
|