Hi, On Thu, Jun 28, 2018 at 10:11:08AM +0000, Renato Ribeiro <RenatoRibeiro_88@hotmail.com> wrote:
openssl genrsa -out key.pem 2048openssl req -sha256 -new -key key.pem -out csr.pemopenssl ca -keyfile private/ca.key.pem -cert ca.cert.pem -extensions usr_cert -notext -md sha256 -in csr.pem -out cert.pemI understand that it's generated a private key then the CSR certificate is created and next it's created CA certificate but it's already created in the previous steps. Why do this again?
openssl genrsa: generates an RSA private key openssl req: generates a certificate request openssl ca: signs the certificate request The README just documents the bare minimum to get the HTTPS support going, your question is more about openssl than LibreOffice. ;-) Regards, Miklos
Attachment:
signature.asc
Description: Digital signature