mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-12 01:49:56 +01:00
Create Caddyfile-selfsigned
This commit is contained in:
11
caddy/includes/Caddyfile-selfsigned
Normal file
11
caddy/includes/Caddyfile-selfsigned
Normal file
@@ -0,0 +1,11 @@
|
||||
yourhostnamehere {
|
||||
|
||||
respond "Hello, world!"
|
||||
|
||||
log {
|
||||
output file /var/log/yourhostnamehere.log
|
||||
}
|
||||
|
||||
tls /usr/local/etc/pki/tls/certs/fullchain.pem /usr/local/etc/pki/tls/private/privkey.pem
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user