Skip to content

Commit

Permalink
Fixed typo in Mutual TLS Authentication section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 3, 2024
1 parent fc2a06c commit 79b8e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ In `./src/main/resources/application.properties` you'll find the following prope
| sec.keyStorePassword | The password for the keystore file. | password | SEC_KEY_STORE_PASSWORD |

## Mutual TLS Authentication
For enhanced security, MTLS is used to communicate with a remote signing system. This requires properly configured certificates from the remote system to property perform - work with your remote signing authority to obtain necessary certificates.
For enhanced security, MTLS is used to communicate with a remote signing system. This requires properly configured certificates from the remote system to properly perform - work with your remote signing authority to obtain necessary certificates.

### Certificate Conversion
Certificates can be in several different formats, including the widely used PEM format. Because this is a Java application, the signing certificates must be in the Java Keystore format to be used. The following commands using [OpenSSL](https://www.openssl.org/) and the Java keytool will convert a PEM file to a Java Keystore file.
Expand Down

0 comments on commit 79b8e80

Please sign in to comment.