FireBrick Road Warrior Certificate Authentication: Difference between revisions
Appearance
Content deleted Content added
| Line 17: | Line 17: | ||
== Generate the Client Certificate == |
== Generate the Client Certificate == |
||
Using a tool such as wget, download the make-client-cert script. This is a modified version of the make-cert script that changes extended=extendedKeyUsage=serverAuth to extended=extendedKeyUsage=clientAuth, to generate the client certificate. |
Using a tool such as wget, download the make-client-cert script. This is a modified version of the make-cert script that changes <tt>extended=extendedKeyUsage=serverAuth<tt/> to <tt>extended=extendedKeyUsage=clientAuth</tt>, to generate the client certificate. |
||
<SyntaxHighlight lang=bash> |
<SyntaxHighlight lang=bash> |
||
wget http://www.firebrick.co.uk/tools/make-client-cert |
wget http://www.firebrick.co.uk/tools/make-client-cert |
||