Generate openssl certificate with Glib

Can I generate new self-signed pem certificate with Glib to use with TlsCertificate?

Just trying implement everything with this API.

No. Certificate generation is a little complicated, so you’ll want to use a more sophisticated crypto library for this (probably GnuTLS or OpenSSL).

2 Likes

Thanks for info, there is nothing about Asn1Time format for DateTime also?

No, that’s not what GDateTime is for.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.