From cfef28779edd02d5a061ac1d217b7237ea67b368 Mon Sep 17 00:00:00 2001
From: nbailliet <nbt@kereval.com>
Date: Wed, 16 Nov 2022 15:56:01 +0100
Subject: [PATCH] RestfulATNA-Simulator installation manual fixed, typo issues

---
 CTS/installation.md                   | 2 +-
 RestfulATNA-Simulator/installation.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CTS/installation.md b/CTS/installation.md
index 8991871..b5fdb4c 100755
--- a/CTS/installation.md
+++ b/CTS/installation.md
@@ -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
diff --git a/RestfulATNA-Simulator/installation.md b/RestfulATNA-Simulator/installation.md
index 2d23587..ebf3d43 100644
--- a/RestfulATNA-Simulator/installation.md
+++ b/RestfulATNA-Simulator/installation.md
@@ -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.
 ```
-- 
GitLab