if i use automatic https and ssl in Ubuntu20.04,where are those private key or public key storage??
Please see Data directory
Please see Data directory
I try that,but still can't look for.
can i assign storage directory??and syntax is what??
thank all.
ls /var/lib/caddy/.local/share/caddy/
acme certificates locks ocsp
Hi! Thanks for trying Caddy!
To elaborate on what others have said, the caddy user's home directory is /var/lib/caddy.
You can see that in the .deb post-install script here: https://github.com/caddyserver/dist/blob/master/scripts/postinstall.sh#L13
For next time, please ask your usage questions on the Caddy community forums. We prefer to keep the GitHub issue board for bugs and feature requests. Don't forget to fill out the thread template so we can help you!
You can also run caddy environ to know where things are at.
Most helpful comment
Hi! Thanks for trying Caddy!
To elaborate on what others have said, the
caddyuser's home directory is/var/lib/caddy.You can see that in the
.debpost-install script here: https://github.com/caddyserver/dist/blob/master/scripts/postinstall.sh#L13For next time, please ask your usage questions on the Caddy community forums. We prefer to keep the GitHub issue board for bugs and feature requests. Don't forget to fill out the thread template so we can help you!