Skip to main content

Use autossl for custom application

Comments

3 comments

  • cPDavidL
    Greetings! AutoSSL only creates certificates and installs them on the standard services. Unfortunately there is no readily available means to add a custom service to AutoSSL. If you can script the application of an accounts certificate to your application, then you can use the AutoSSL::installssl event hook to trigger your script and have the certificate installed for nodejs.
    0
  • jordangafra
    Greetings! AutoSSL only creates certificates and installs them on the standard services. Unfortunately there is no readily available means to add a custom service to AutoSSL. If you can script the application of an accounts certificate to your application, then you can use the AutoSSL::installssl event hook to trigger your script and have the certificate installed for nodejs.
    0
  • cPRex Jurassic Moderator
    Sure - the SSL files themselves are stored in /var/cpanel/ssl/apache_tls/domain.com/combined. that file will have the key, certificate, and CA bundle all in one place.
    0

Please sign in to leave a comment.