OpenSSL as a CA without touching the certs/crl/index/etc environment

前端 未结 3 551
遥遥无期
遥遥无期 2021-02-01 03:18

I think I have the right OpenSSL command to sign a certificate but I\'ve gotten stuck and the tutorials I\'ve found use a different argument format (I\'m using OpenSSL 0.9.8o 01

3条回答
  •  不知归路
    2021-02-01 03:51

    Rather than using the ca option try the x509 option with -req. You would add -CAfile to point to your authority. This will sign your certificate without adding entries to the index. There is more about using x509 as "mini CA" here.

    http://www.openssl.org/docs/apps/x509.html#SIGNING_OPTIONS

提交回复
热议问题