Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
docs: update steps for certs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval authored Aug 18, 2021
1 parent 81317ce commit d532062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,11 @@ Next, we will make changes in Jetty configuration to use the keystore.
- Copy keystore to Janssen
```
sudo mkdir /etc/certs
sudo cp /tmp/keystore.test.local.jans.io.jks /etc/certs/jans-auth-keys.jks
sudo chown jetty:jetty /etc/certs/jans-auth-keys.jks
sudo chown <your-user>:<your-user> /etc/certs/jans-auth-keys.jks
```
- Update your Java cacerts
Expand Down

0 comments on commit d532062

Please sign in to comment.