Skip to content

Commit 2cf8dfa

Browse files
authored
Merge pull request #190 from jsor-labs/example-99-improvements
Example 99 improvements
2 parents 23b7372 + 6a00174 commit 2cf8dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/99-generate-self-signed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// A very simple helper script used to generate self-signed certificates.
44
// Accepts the CN and an optional passphrase to encrypt the private key.
55
//
6-
// $ php 10-generate-self-signed.php localhost swordfish > secret.pem
6+
// $ php examples/99-generate-self-signed.php localhost my-secret-passphrase > secret.pem
77

88
// certificate details (Distinguished Name)
99
// (OpenSSL applies defaults to missing fields)

0 commit comments

Comments
 (0)