You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before a CSR can be generated the user needs to provide information about the subject of the certificate. This information is contained in a structure from `wolfssl/wolfcrypt/asn_public.h` named `Cert`:
434
434
435
-
For details on the Cert and CertName structures please reference [Certificate Generation](#certificat-generation) above.
435
+
For details on the Cert and CertName structures please reference [Certificate Generation](#certificate-generation) above.
436
436
437
437
Before filling in the subject information an initialization function needs to be called like this:
0 commit comments