Re: Cloning a CSR or Cert. for a new CSR with a new key?

2020-01-31 Thread Douglas Morris via openssl-users
Thanks everyone for the replies and the community support. I don't think I got across what I am trying to do. I have experimented with subcommands req and x509. The openssl x509 -in -x509toreq -signkey does *NOT* do what I want (I'm pretty sure). openssl x509 -x509toreq may sign a certificate

Re: Cloning a CSR or Cert. for a new CSR with a new key?

2020-01-31 Thread Dirk-Willem van Gulik
On 31 Jan 2020, at 01:25, Douglas Morris mailto:dougbmor...@yahoo.com>> wrote: > Interesting. I think I misunderstood this explanation about the -signkey > option: "This option causes the input file to be self signed using the > supplied private key." > > Your input has me thinking that a