FireBrick Road Warrior Certificates: Difference between revisions
Appearance
Content deleted Content added
| Line 3: | Line 3: | ||
There are three tools to help with setting up Road Warrior connections on the FireBrick web site. You can download these |
There are three tools to help with setting up Road Warrior connections on the FireBrick web site. You can download these |
||
by viewing with a browser and saving the source, or using curl or wget eg: |
|||
by viewing with a browser and saving the source, or using curl or wget. [http://www.firebrick.co.uk/tools/make-key make-key] creates a private key. [http://www.firebrick.co.uk/tools/make-cert make-cert] makes a certificate (signed with a key). [http://www.firebrick.co.uk/tools/make-profile make-profile] makes an iPhone profile file that allows the VPN to be configured on the iPhone. For security reasons, all of these need you to run them locally (e.g. on a linux box, or windows under Cygwin). |
|||
<SyntaxHighlight> |
|||
wget http://www.firebrick.co.uk/tools/make-cert make-cert |
|||
wget http://www.firebrick.co.uk/tools/make-key |
|||
wget http://www.firebrick.co.uk/tools/make-profile |
|||
</SyntaxHighlight> |
|||
*[http://www.firebrick.co.uk/tools/make-key make-key] creates a private key. |
|||
*[http://www.firebrick.co.uk/tools/make-cert make-cert] makes a certificate (signed with a key). |
|||
*[http://www.firebrick.co.uk/tools/make-profile make-profile] makes an iPhone profile file that allows the VPN to be configured on the iPhone, this use of this script is covered on the [[FireBrick Road Warrior iPhone iPad iOS8|Apple iOS8 page]] |
|||
For security reasons, all of these need you to run them locally (e.g. on a linux box, or windows under Cygwin). |
|||
== Certificate Authority == |
== Certificate Authority == |
||