diff --git a/CTS/installation.md b/CTS/installation.md
index 8991871280624fb5af00f0ab0ece8f8e42781a3a..b5fdb4cc9c06d5d01b478f52263b03acf67d81c3 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 2d2358764fcd7b714441abf9fd305a8305f131ad..ebf3d43b66492c8557163ae7e61e4b24ff719ca2 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.
 ```