Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Casperhr authored Jun 20, 2017
1 parent 89ab5d5 commit 6e2a3bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e2a3bf

Please sign in to comment.