Skip to content

Commit

Permalink
Use more descriptive example passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jan 22, 2019
1 parent 8fe02f4 commit 6a00174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/99-generate-self-signed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// A very simple helper script used to generate self-signed certificates.
// Accepts the CN and an optional passphrase to encrypt the private key.
//
// $ php examples/99-generate-self-signed.php localhost swordfish > secret.pem
// $ php examples/99-generate-self-signed.php localhost my-secret-passphrase > secret.pem

// certificate details (Distinguished Name)
// (OpenSSL applies defaults to missing fields)
Expand Down

0 comments on commit 6a00174

Please sign in to comment.