Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
collabora:debian:installation [2019/04/16 07:14] madkocollabora:debian:installation [2019/04/16 07:15] (Version actuelle) madko
Ligne 37: Ligne 37:
 <code> <code>
 openssl genrsa -out /etc/loolwsd/key.pem 2048 openssl genrsa -out /etc/loolwsd/key.pem 2048
 +openssl req -x509 -new -nodes -key /etc/loolwsd/root.key.pem -days 9131 -out /etc/loolwsd/ca-chain.cert.pem -subj "/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=Dummy Authority"
 openssl req -key /etc/loolwsd/key.pem -new -sha256 -out /etc/loolwsd/localhost.csr.pem -subj "/C=FR/ST=Ile de France/L=Noisy Le Grand/O=DGFiP Authority/CN=localhost" openssl req -key /etc/loolwsd/key.pem -new -sha256 -out /etc/loolwsd/localhost.csr.pem -subj "/C=FR/ST=Ile de France/L=Noisy Le Grand/O=DGFiP Authority/CN=localhost"
 openssl x509 -req -in /etc/loolwsd/localhost.csr.pem -CA /etc/loolwsd/ca-chain.cert.pem -CAkey /etc/loolwsd/root.key.pem -CAcreateserial -out /etc/loolwsd/cert.pem -days 9131 openssl x509 -req -in /etc/loolwsd/localhost.csr.pem -CA /etc/loolwsd/ca-chain.cert.pem -CAkey /etc/loolwsd/root.key.pem -CAcreateserial -out /etc/loolwsd/cert.pem -days 9131
  • collabora/debian/installation.1555398862.txt.gz
  • Dernière modification : 2019/04/16 07:14
  • de madko