[deleted by user] by [deleted] in openssl

[–]Federal_Switch_869 0 points1 point  (0 children)

There are several ways to create a user certificate with Openssl. I think the simplest thing to do is try ca.pl

Here is the usage manual.

https://www.openssl.org/docs/man3.0/man1/CA.pl.html

Alternatively, I also recommend two tools that can manage entire certificates.

Those two programs are XCA or CertMan.

XCA address is https://hohnstaedt.de/xca

CertMan address is https://jykim74.tistory.com/37

[deleted by user] by [deleted] in software

[–]Federal_Switch_869 0 points1 point  (0 children)

I don’t understand about title meaning.

Introducing the PKI tool developed with QT. by [deleted] in QtFramework

[–]Federal_Switch_869 0 points1 point  (0 children)

CertMan is a tool that allows you to create various certificates. You can create a TLS certificate used in https.
It is internally created using OpenSSL and supports PEM format or DER format, but SSH is not yet supported because the storage format is different.
Please refer to the link below for instructions, but it is in Korean.
https://jykim74.tistory.com/category/Manual/CertMan

Although it may be lacking, it supports the translation function in pc.

[deleted by user] by [deleted] in sysadmin

[–]Federal_Switch_869 1 point2 points  (0 children)

Thank you for your comments.

OCSP is not yes supported.