From 6e2a3bffb0afa20e16cc2050ce40f2ae339195e3 Mon Sep 17 00:00:00 2001 From: Casper Rasmussen Date: Tue, 20 Jun 2017 20:23:33 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6e6e70..f717379 100644 --- a/README.md +++ b/README.md @@ -52,20 +52,20 @@ php artisan vendor:publish --provider="Nodes\NemId\ServiceProvider" --force ## Certificates -####Make sure you have bcmath installed +#### Make sure you have bcmath installed ``` sudo apt-get install php7.0-bcmath ``` You got your p12 certificate now generate pem files, use following commands: -#####publicCertificate: +##### publicCertificate: `openssl pkcs12 -in path.p12 -out certificate.pem -clcerts -nokeys` -#####privateKey & privateKeyPassword +##### privateKey & privateKeyPassword `openssl pkcs12 -in path.p12 -clcerts -out privateKey.pem` -#####certifateAndPrivateKey & password (For PID/CPR match) +##### certifateAndPrivateKey & password (For PID/CPR match) `openssl pkcs12 -in path.p12 -out certicateAndPrivateKey.pem -nocerts -nodes` Now you have all the certificates needed