Seed self signed cert generation?

Hi,

I’m not good at either Golang or encryption.

Just wondering, for self_signed tsl, is it possible to generate the cert with a seed? So that you don’t have to go through adding exception for the dev site every time you restart caddy?

Thanks,
Po

Hey Po, if you use Chrome, you can use the #allow-insecure-localhost flag to disable certificate warnings on localhost.

Otherwise no, there’s not a way (right now?) to do that. Just keeping things simple. :slight_smile:

2 Likes

Is there any equivalent solution for firefox?

Thank you for your help!

Quick google search led me to this: http://stackoverflow.com/questions/20088/is-there-a-way-to-make-firefox-ignore-invalid-ssl-certificates

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.