I'm using subdomains on a domain I own and request Let's Encrypt certificates with the DNS challenge.
Then you're routing internal traffic through a public IP? Or do they support wildcard certs?
Ask HN: What's your solution for SSL on internal servers?
11–20 of 79 posts
Re: Ask HN: What's your solution for SSL on internal servers?
#12I'm using subdomains on a domain I own and request Let's Encrypt certificates with the DNS challenge.
Then you're routing internal traffic through a public IP? Or do they support wildcard certs?
Re: Ask HN: What's your solution for SSL on internal servers?
#13Re: Ask HN: What's your solution for SSL on internal servers?
#14For a long time I was all fussy about having to create a security exception for self-signed certificates. One day I realized I was acting insane, as if there was some glorious principle involved. There isn't. I trust my own (or coworkers) certificates. It's a dev site for heavens sake. Ever since, ssh-keygen all the way.
Re: Ask HN: What's your solution for SSL on internal servers?
#15I'm using subdomains on a domain I own and request Let's Encrypt certificates with the DNS challenge.
Re: Ask HN: What's your solution for SSL on internal servers?
#16Before that I just bought one wildcard cert and used that. Can be bought at less than 50 bucks and then no hassle.
If I could not automate DNS and I don't have 50 bucks per year for it, I would create a small CA myself, trust it in my browsers and issue certificates from that.
Re: Ask HN: What's your solution for SSL on internal servers?
#17Re: Ask HN: What's your solution for SSL on internal servers?
#18For a long time I was all fussy about having to create a security exception for self-signed certificates. One day I realized I was acting insane, as if there was some glorious principle involved. There isn't. I trust my own (or coworkers) certificates. It's a dev site for heavens sake. Ever since, ssh-keygen all the way.
It appears to me the issue is browser warning dialogs that imply it is always very dangerous. There should be either more context explained in those dialogs or a recognition of/mode for sites that are supposed to be self signed.
Re: Ask HN: What's your solution for SSL on internal servers?
#19For a long time I was all fussy about having to create a security exception for self-signed certificates. One day I realized I was acting insane, as if there was some glorious principle involved. There isn't. I trust my own (or coworkers) certificates. It's a dev site for heavens sake. Ever since, ssh-keygen all the way.
It appears to me the issue is browser warning dialogs that imply it is always very dangerous. There should be either more context explained in those dialogs or a recognition of/mode for sites that are supposed to be self signed.
Re: Ask HN: What's your solution for SSL on internal servers?
#20Earlier quoted context omitted.
Then you're routing internal traffic through a public IP? Or do they support wildcard certs?
SSL certificates contain the name, not the IP. So the IP address can be anything, including internal ones.