@ne1410s/acme2

ES ACME v2 Wrapper

Usage no npm install needed!

<script type="module">
  import ne1410sAcme2 from 'https://cdn.skypack.dev/@ne1410s/acme2';
</script>

README

ne14.acme2

ES ACME v2 Wrapper

Local development

AWS hosting

Zip up the following:

  • /.ebextensions/
  • /dist/
  • /ui/
  • /.npmrc
  • /package.json

NB - Environment Variables, and (non-production, demo-only) values

  • acme::jwt ->
  • acme::recaptcha -> ???
  • acme::recaptcha::public -> ???
  • acme::svchost -> http://localhost:8081

Installing your Certificate

  • IIS: Import the pfx
  • AWS (Single Instance EBS):
  • Include the /.ebextensions/ folder in the deployment
  • Populate certificates in /https-instance.config (keep the 6-space indentation for each)
  • Be sure not to commit changes to VCS!
  • AWS (Load Balanced ELB):
  • In AWS Certificate Manager, import cert and paste the various parts in PEM format
  • In EBS, modify your network configuration accordingly