Add first commit
This commit is contained in:
commit
b3204eb4da
7 changed files with 102 additions and 0 deletions
19
templates/Caddyfile.j2
Normal file
19
templates/Caddyfile.j2
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
pki {
|
||||
ca local {
|
||||
name "My Local CA"
|
||||
}
|
||||
}
|
||||
http_port 8080
|
||||
https_port 8443
|
||||
}
|
||||
|
||||
localhost:8443 {
|
||||
acme_server {
|
||||
ca local
|
||||
}
|
||||
}
|
||||
|
||||
# Refer to the Caddy docs for more information:
|
||||
# https://caddyserver.com/docs/caddyfile
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue