This commit includes the pre-generated certs in the files/certs directory. README.md was thoroughly updated to include an example of using certbot with this role and how to import the root.crt to Firefox.
16 lines
No EOL
201 B
Django/Jinja
16 lines
No EOL
201 B
Django/Jinja
{
|
|
pki {
|
|
ca local {
|
|
name "My Local CA"
|
|
}
|
|
}
|
|
http_port 8080
|
|
https_port 8443
|
|
}
|
|
|
|
localhost:8443 {
|
|
acme_server {
|
|
ca local
|
|
lifetime 720h
|
|
}
|
|
} |