File: sslon.com

package info (click to toggle)
python-certbot-nginx 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 4,507; sh: 47; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
server {
	server_name sslon.com;
	ssl on;
	ssl_certificate snakeoil.cert;
	ssl_certificate_key snakeoil.key;
}