5 ms·
One of the main reasons for the library is no need for cert authority. Why not just create a regular cert Authority certificate and put the trusted authority ce
by lasdfas 9y ago
One of the main reasons for the library is no need for cert authority. Why not just create a regular cert Authority certificate and put the trusted authority cert on the clients. That makes it so you almost never have to change the clients certs. Also, it's supported by standard TLS libraries and clients.
- jD91mZM2 9y agoTrue, didn't think of that. The server would still have to generate it using a command though... I like having things automated.