Skip to content

Commit

Permalink
Merge pull request #203 from xstefank/JBEAP-12568
Browse files Browse the repository at this point in the history
[JBEAP-12568] Wrong client certificate passwords in readme file for h…
  • Loading branch information
ctomc committed Aug 7, 2017
2 parents 4d3728c + cede73b commit 6d6c464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helloworld-mutual-ssl-secured/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Before you access the application, you must import the *clientCert.p12*, which h
2. At the bottom of the page, click on the 'Show advanced settings...' link.
3. Find the section 'HTTPS/SSL' and click on the 'Manage certificates...' button.
4. In the 'Certificate manager' dialog box, choose the 'Your Certificates' tab and click the 'Import' button.
5. Select the `clientCert.p12` file. You will be prompted to enter the password: `keypassword`.
5. Select the `clientCert.p12` file. You will be prompted to enter the password: `secret`.
6. The certificate is now installed in the Google Chrome browser.

#### Import the Certificate into Mozilla Firefox
Expand All @@ -272,7 +272,7 @@ Before you access the application, you must import the *clientCert.p12*, which h
2. A new window will open. Select the 'Advanced' icon and after that the 'Certificates' tab.
3. On the 'Certificates' tab, mark the option 'Ask me every time' and click the 'View Certificates' button.
4. A new window will open. Select the 'Your Certificates' tab and click the 'Import' button.
5. Select the `clientCert.p12` file. You will be prompted to enter the password: `keypassword`.
5. Select the `clientCert.p12` file. You will be prompted to enter the password: `secret`.
6. The certificate is now installed in the Mozilla Firefox browser.

## Start the Server
Expand Down

0 comments on commit 6d6c464

Please sign in to comment.