node-acme-lambda icon indicating copy to clipboard operation
node-acme-lambda copied to clipboard

Add an option to store ready-to-download certificates on S3

Open blckct opened this issue 8 years ago • 3 comments

From what I see currently you have to run npm run pems to get ready to use certificates, it would be nice to have that as a result of Lambda.

blckct avatar Sep 28 '17 08:09 blckct

@blckct are you saying to store the .pem inside the s3 bucket alongside the certificate json that currently is put there? or in a location otherwise configured?

larryboymi avatar Apr 10 '18 19:04 larryboymi

In the same bucket would be alright. My use case when I wrote was to automatically generate certificates for local development use and then just download them using cron from bucket. I've done it without lambda but a lambda solution would be nice.

blckct avatar Apr 10 '18 19:04 blckct

Sure.... I was trying to minimize the count of files that would have to be configured ahead of time (configuration being its own burden). However, I could add a flag defaulted to false that would write to .pems with the same name as the cert object keys, with some hyphenation for the chain parts.

larryboymi avatar Apr 10 '18 21:04 larryboymi