Closed konklone closed 8 years ago
Hi @konklone, the activation error was caused by what was apparently a spurious error from our upstream, since your certificate went through anyways and has been issued and delivered. I'm looking into this in greater detail right now.
As for the route53 error, could you supply your dns_approval_map
file (with the credentials redacted, of course)?
Sure it's:
bit.voyage. route53 [redacted] [redacted] [redacted]
Ah, looks like you're still using the beta syntax (peril of being a beta tester :-)
It should look like:
bit.voyage. route53 aws_access_key_id=[redacted] aws_secret_key_id=[redacted] hosted_zone_id=[redacted]
That said, the entire dns_approval_map
file is optional if suitable credentials are available in ~/.aws/credentials
(which was your very good idea). That's probably why it was able to proceed in spite of the syntax error.
That makes total sense. Thanks for debugging it, and sorry for making you look into something that was not actually a bug!
No worries! The unrelated activation failed error was definitely a bug, but it will be fixed soon.
I got a
route53: Error
amidst my certificate renewal process, which then failed:I don't know if the
route53
error was the reason.This was with 1.5.0:
And I'm having trouble install 1.5.1 for reasons completely unrelated to SSLMate, but as far as I can tell, the changes in 1.5.1 were minimal and unrelated.