mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
6 lines
111 B
Text
6 lines
111 B
Text
server {
|
|
server_name sslon.com;
|
|
ssl on;
|
|
ssl_certificate snakeoil.cert;
|
|
ssl_certificate_key snakeoil.key;
|
|
}
|