Skip to content

Commit e6c2c7c

Browse files
Merge pull request #123 from mrrobot47/add/examples
Add example for self-signed cert
2 parents a7c2290 + 48e3917 commit e6c2c7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/WordPress.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ public function __construct() {
203203
* # Create WordPress site with wildcard ssl
204204
* $ ee site create example.com --type=wp --ssl=le --wildcard
205205
*
206+
* # Create WordPress site with self signed certificate
207+
* $ ee site create example.com --type=wp --ssl=self
208+
*
206209
* # Create WordPress site with remote database
207210
* $ ee site create example.com --type=wp --dbhost=localhost --dbuser=username --dbpass=password
208211
*

0 commit comments

Comments
 (0)