TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
1–10 of 40 posts
Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#2I personally use etcd-ca[0] to ease management of my own certificates.
Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#3Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#4Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#5There is CA functionality included in basic OpenSSL: https://www.openssl.org/docs/manmaster/apps/ca.html
> Generate and manage SSL certificates quickly and easily without looking up complex OpenSSL commands.
Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#6Cannot see what kind of people this service is targeted to, since the ones who understand what a CA is and need to sign their own certificates probably already know how to use OpenSSL.
Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#7There is CA functionality included in basic OpenSSL: https://www.openssl.org/docs/manmaster/apps/ca.html
We know. They say very clearly on the front page that one of their advantages is: > Generate and manage SSL certificates quickly and easily without looking up complex OpenSSL commands.
Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#8Not open source.
Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#9Re: TinyCert – Become Your Own PKI/CA Authority in a Matter of Minutes
#10What I learned from this exercise, is that it's not the complexity of the commands that is the issue with OpenSSL, it's:
1) The importance of consistent naming schemes (for the humans) and PKI hierarchy design (the nuances of keyUsage, basicConstraints, and extendedKeyUsage)
2) consistent execution of commands; typos are more likely the more you have to put in the CLI manually
3) good configuration files aren't utilized enough in most of the tutorials I found. They can streamline use, archive procedure, and prevent typos as in point #2.
4) The importing of certs and keys in an automatic way is a sort of dark corner of the tutorial world. But permissions are super important! I came up with an import strategy that I think works pretty well.[3] Please examine and break it!
[1]https://github.com/OpenVPN/easy-rsa