Re: Self-signed certificate doubt

2018-06-29 Thread Miklos Vajna
Hi, On Thu, Jun 28, 2018 at 10:11:08AM +, Renato Ribeiro wrote: > > openssl genrsa -out key.pem 2048 > > > openssl req -sha256 -new -key key.pem -out csr.pem > > > openssl ca -keyfile private/ca.key.pem -cert ca.cert.pem -extensions > > usr_cert -notext -md sha256 -in csr.pem -out cert.pe

Self-signed certificate doubt

2018-06-28 Thread Renato Ribeiro
Hi all, I'm following the step of README file (WSD/README) to generate the new self-signed certificate. Could anyone explain me what's the 3 last commands of this list means? > openssl genrsa -out key.pem 2048 > openssl req -sha256 -new -key key.pem -out csr.pem > openssl ca -keyfile privat