You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at automating the SSL certificates for domain and tomcat server.
When I use SCM Sectigo and generate the certificates manually I get a chain like the following:
SSL/TLS Certificates
Certificate Chain:
Root AAA:[PEM]
USERTrust Secure [PEM]
InCommon RSA Server CA [PEM]
End-Entity Certificate [PEM]
I am able to use them to build a keystore and truststore. JKS type
When I use acme.sh, I only get ca and fullchain. When I try to create a keystore and truststore, I am unable to bring up the domain or get the https server to work.
Is there a way to issue the certificates using ACME - so I get a similar set of certificates?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am looking at automating the SSL certificates for domain and tomcat server.
When I use SCM Sectigo and generate the certificates manually I get a chain like the following:
SSL/TLS Certificates
Certificate Chain:
Root AAA:[PEM]
USERTrust Secure [PEM]
InCommon RSA Server CA [PEM]
End-Entity Certificate [PEM]
I am able to use them to build a keystore and truststore. JKS type
When I use acme.sh, I only get ca and fullchain. When I try to create a keystore and truststore, I am unable to bring up the domain or get the https server to work.
Is there a way to issue the certificates using ACME - so I get a similar set of certificates?
Beta Was this translation helpful? Give feedback.
All reactions