Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderK5 authored Jan 3, 2018
1 parent 011d886 commit c3fbece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include strongswan::pki::ca

### Strongswan certificates management:

```puppet
strongswan::pki::certificate {'server':
common_name => 'myvpn.local',
san => ['@strongswan-1','strongswan-1','192.168.33.42', '@192.168.33.42'],
Expand All @@ -26,6 +27,7 @@ strongswan::pki::certificate {'John Smith':
common_name => 'Jonh Smith',
p12_password => 'mySuperStrongPass',
}
```

### Example configuration ipsec.conf:

Expand Down

0 comments on commit c3fbece

Please sign in to comment.