Searched refs:newcert (Results 1 – 7 of 7) sorted by relevance
162 -out newcert.pem -keyfile cakey.pem -cert cacert.pem \167 chmod 644 newcert.pem cacert.pem &&169 cp -p newcert.pem "$CERTDIR"/host.cert &&
17 B<-newcert> |66 =item B<-newcert>101 file F<newcert.pem> and the CA certificate to be in the file F<demoCA/cacert.pem>,102 it creates a file F<newcert.p12>. This command can thus be called after the113 file F<newcert.pem> except in the case of the B<-xsign> option when it is145 F<newcert.pem>. Invokes L<openssl-verify(1)>.
79 openssl crl2pkcs7 -nocrl -certfile newcert.pem
676 openssl ca -in req.pem -out newcert.pem686 openssl ca -in req.pem -extensions v3_ca -out newcert.pem
329 int newcert = 0; in x509_main() local494 newcert = 1; in x509_main()709 if (newcert && infile != NULL) { in x509_main()713 if (newcert && reqfile) { in x509_main()729 if (newcert) { in x509_main()818 if (reqfile || newcert) { in x509_main()905 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main()916 if (reqfile || newcert || privkey != NULL || CAfile != NULL) { in x509_main()
3677 X509 *newcert = NULL; in cmp_main() local3870 newcert = OSSL_CMP_exec_IR_ses(cmp_ctx); in cmp_main()3871 if (newcert != NULL) in cmp_main()3875 newcert = OSSL_CMP_exec_KUR_ses(cmp_ctx); in cmp_main()3876 if (newcert != NULL) in cmp_main()3880 newcert = OSSL_CMP_exec_CR_ses(cmp_ctx); in cmp_main()3881 if (newcert != NULL) in cmp_main()3885 newcert = OSSL_CMP_exec_P10CR_ses(cmp_ctx); in cmp_main()3886 if (newcert != NULL) in cmp_main()3917 …if (newcert != NULL && (opt_cmd == CMP_IR || opt_cmd == CMP_CR || opt_cmd == CMP_KUR || opt_cmd ==… in cmp_main()[all …]
275 …CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-…