Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cfef2877 authored by Nicolas Bailliet's avatar Nicolas Bailliet
Browse files

RestfulATNA-Simulator installation manual fixed, typo issues

parent 1fc11842
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ Enter the commands (enter 'password' when asked):
```
$> sudo su
$> cd /etc/letsencrypt/live/<domainname>
$> openssl pkcs12 -export -inkey privkey.pem -in cert.pem -certfile chain.pem -out cert.p12
$> openssl pkcs12 -export -inkey privkey.pem -in cert.pem -certfile chain.pem -out cert.p12
```
Then replace idp-backchannel.p12 and idp-browser.p12 in /opt/shibboleth-idp/credentials by cert.p12
......
......@@ -36,12 +36,12 @@ Link to `WildFly 21.0.2` : https://download.jboss.org/wildfly/21.0.2.Final/wildf
1. Get the project from Nexus.
```
cd /tmp
wget https://gazelle.ihe.net/nexus/content/repositories/releases/net/ihe/gazelle/UPISimulator/1.0.0/UPISimulator-1.0.0.war
wget https://gazelle.ihe.net/nexus/service/local/repositories/releases/content/net/gazelle/ihe/RESTfulATNASimulator/1.0.0/RESTfulATNASimulator-1.0.0.war
```
2. Move the WAR file on the deployment folder in Wildfly18.
2. Move the WAR file on the deployment folder in Wildfly21.
```
mv UPISimulator-1.0.0.war /usr/local/wildfly21/standalone/deployments
mv RESTfulATNASimulator-1.0.0.war /usr/local/wildfly21/standalone/deployments
```
3. Start the wildfly21 service.
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment