Ask HN: How do you manage SSH keys and SSL certificates in your company?
1–10 of 114 posts
Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#2Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#3Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#4Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#5Updates to either would be passed on to Puppet and distributed automatically across 1400 machines.
(Edit for typo)
Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#6Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#7My company Foxpass (YC S15) has a product to manage SSH keys. It serves as access control too -- the keys are only available on the hosts where a user should have access. https://www.foxpass.com/
Aren has been awesome with responding to emails and helping us set it up too.
Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#8SSL Certs - vault PKI (internal) AWS ACM (external)
Re: Ask HN: How do you manage SSH keys and SSL certificates in your company?
#9Everyone puts their hsm keys on their github account (and removes all others).
We fetch the keys for each user from github on system init. e.g.
When we need to add/remove people, we just update the list of usernames in the script that fetches keys, and then kill off instances one at a time to force a redeploy.