Show HN: Caman – A self-signing certificate authority manager
1–7 of 7 posts
Re: Show HN: Caman – A self-signing certificate authority manager
#2Re: Show HN: Caman – A self-signing certificate authority manager
#3How does this compare to CA-baka? https://github.com/SethRobertson/CA-baka
I wrote caman because I could never remember what to type, so it has simple syntax - 4 commands, to add a new host, sign, revoke and renew; the only argument they take are the hostname. Configuration is a one-off when setting up your CA - there are two openssl config files with sensible defaults based on openssl best practice, with a few values for you to customise, and some basic templating for caman to fill out later.
Re: Show HN: Caman – A self-signing certificate authority manager
#4How does this compare to CA-baka? https://github.com/SethRobertson/CA-baka
I hadn't come across this when I wrote caman; from the looks of things caman is simpler to use, but missing a couple of features - alt hostname support for SAN certificates (which I'm adding at the moment and should be up later today) and ability to use a subsidiary certificate authority. I wrote caman because I could never remember what to type, so it has simple syntax - 4 commands, to add a new host, sign, revoke a…
Re: Show HN: Caman – A self-signing certificate authority manager
#5Re: Show HN: Caman – A self-signing certificate authority manager
#6How does this compare to CA-baka? https://github.com/SethRobertson/CA-baka
Re: Show HN: Caman – A self-signing certificate authority manager
#7In the past I've used etcd-ca[0] to perform a similar function, though probably not it's original intention. [0] https://github.com/coreos/etcd-ca