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