The .caddy folder
Caddy will create a folder in your home directory called
.caddy. It uses this to store and manage cryptographic assets required to serve your site privately over HTTPS. Your sites’ certificates and private keys are stored here. Take care to back up and protect this folder. If there is no home folder, the .caddy folder is created in the current working directory unless$CADDYPATHis set. The home folder is learned from the environment ($HOMEor%HOMEPATH%). Multiple Caddy instances can use or mount theacmesubfolder as a disk and Caddy will automatically share the certificates and coordinate maintenance between them.
2 Likes