Ask HN: What's your solution for SSL on internal servers?
1–10 of 79 posts
Re: Ask HN: What's your solution for SSL on internal servers?
#2Re: Ask HN: What's your solution for SSL on internal servers?
#3Re: Ask HN: What's your solution for SSL on internal servers?
#4Re: Ask HN: What's your solution for SSL on internal servers?
#5Re: Ask HN: What's your solution for SSL on internal servers?
#6I 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?
#7For 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?
#8I'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?
#9I'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?
#10I'm using subdomains on a domain I own and request Let's Encrypt certificates with the DNS challenge.