Do you confirm y/n :y
java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Failed to establish connection in 6053ms
[disconnected /]
Rate limit has been exceeded, try again after "1970-01-01T13:55:08Z"
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8443
$ sudo iptables -t nat -A OUTPUT -p tcp --dport 443 -o lo -j REDIRECT --to-port 8443
$ sudo service iptables save
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/timemonster.zapto.org/fullchain.pem
Key is saved at: /etc/letsencrypt/live/timemonster.zapto.org/privkey.pem
This certificate expires on 2024-06-12.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
openssl pkcs12 -export -in /etc/letsencrypt/live/timemonster.zapto.org/fullchain.pem -inkey /etc/letsencrypt/live/timemonster.zapto.org/privkey.pem -out keystore.p12 -name monster
keytool -importkeystore -deststorepass dog5321 -destkeypass dog5321 -destkeystore monster.jks -srckeystore keystore.p12 -srcstoretype PKCS12 -srcstorepass dog5321 -alias monster
Then just copied it in after i made the monster.jks
security enable-ssl-http-server --interactive --lets-encrypt --override-ssl-context
Please provide required pieces of information to enable SSL:
Let's Encrypt account key-store:
File name (default accounts.keystore.jks): monster.jks
Password (blank generated): dog5321
Let's Encrypt certificate authority account:
Account name (default CertAuthorityAccount):
Contact email(s) [admin@example.com,info@example.com]: wcteskey@gmail.com
Password (blank generated): dog5321
Alias (blank generated): monster
Certificate authority URL (default https://acme-v02.api.letsencrypt.org/directory):
Let's Encrypt TOS (Terms of Service - Let's Encrypt Community Support)
Do you agree to Let's Encrypt terms of service? y/n:y
Certificate info:
Key-store file name (default default-server.keystore): monster.keystore
Password (blank generated): dog5321
Your domain name(s) (must be accessible by the Let's Encrypt server at 80 & 443 ports) [example.com,second.example.com]: timemonster.zapto.org
Alias (blank generated): monster
Enable SSL Mutual Authentication y/n (blank n):n
Let's Encrypt options:
account key store name: account-key-store-239a7635-e8c3-4ce0-9d69-92d36ff365be
password: dog5321
account keystore file monster.jks will be generated in server configuration directory.
Let's Encrypt certificate authority account name: CertAuthorityAccount
contact urls: [mailto:wcteskey@gmail.com]
password: dog5321
alias: monster
certificate authority URL: https://acme-v02.api.letsencrypt.org/directory
You provided agreement to Let's Encrypt terms of service.
SSL options:
key store file: monster.keystore
domain name: [timemonster.zapto.org]
password: dog5321
validity: 90
alias: monster
Certificate will be obtained from Let's Encrypt server and will be valid for 90 days.
Server keystore file will be generated in server configuration directory.
Do you confirm y/n :y
java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Failed to establish connection in
6007ms