Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


Hi,

On Thu, Jun 28, 2018 at 10:11:08AM +0000, Renato Ribeiro <RenatoRibeiro_88@hotmail.com> 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.pem

I 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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.