mirror of https://github.com/rwf2/Rocket.git
10 lines
439 B
TOML
10 lines
439 B
TOML
# The certificate/private key pair used here was generated via openssl using the
|
|
# `gen_cert.sh` script located in the `private/` subdirectory.
|
|
#
|
|
# The certificate is self-signed. As such, you will need to trust it directly
|
|
# for your browser to refer to the connection as secure. You should NEVER use
|
|
# this certificate/key pair. It is here for DEMONSTRATION PURPOSES ONLY.
|
|
[global.tls]
|
|
certs = "private/cert.pem"
|
|
key = "private/key.pem"
|