ddavness / power-mailinabox

A Mail-in-a-Box with extra capabilities and more customizability. Not just for power users!
Creative Commons Zero v1.0 Universal
168 stars 31 forks source link

backups: Do not backup the ssl folder by default #87

Open ddavness opened 1 year ago

ddavness commented 1 year ago

99% of the cases you don't need to backup the private key, since you can just generate it again and issue fresh new certificates with it via Let's Encrypt. The ssl folder can cause some problems when being restored when most of the time it doesn't really need to be.

However, there's the 1% of the cases where this is needed - for example, if you've issued a certificate you had to pay for, you'll need to have the private key for the certificate to work, or you'll need to re-issue the certificate (which may cost money, depending on the company you're getting them from).

So how would this work?

red0888 commented 1 year ago

+1 for this feature