Can I generate new self-signed pem certificate with Glib to use with TlsCertificate?
Just trying implement everything with this API.
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).
Thanks for info, there is nothing about Asn1Time
format for DateTime also?
No, that’s not what GDateTime
is for.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.