openssl ca can only create PEM certs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-outform in the following is invalid:

openssl ca -outform $format -config $cadir/openssl-root.cnf -extensions v3_intermediate_ca\
      -keyform $format -days 3650 -notext -md sha256 \
-in $dir/csr/intermediate.csr.$format -out $dir/certs/intermediate.cert.$format

where format=der

Looks like can can convert the pem to der with:

openssl x509 -outform der -in certificate.pem -out certificate.der

But, I am going to have to figure out how to do the same sort of process using 'openssl x509'.

I think one of the args is -CA, and then I can use -set_serial and not need the serial file...

Bob

--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux