Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
blckct opened this issue Sep 28, 2017 · 3 comments
Open

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

blckct opened this issue Sep 28, 2017 · 3 comments

Comments

@blckct
Copy link

blckct commented Sep 28, 2017

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.

@larryboymi
Copy link
Contributor

@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?

@blckct
Copy link
Author

blckct commented Apr 10, 2018

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.

@larryboymi
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants