Why is my self-signed certificate saying it’s valid in the future?

0
0
Asked By MellowPineapple42 On

I'm having a strange problem where AWS Certificate Manager (ACM) is giving me an error about a self-signed certificate I imported using Terraform. The error states: "The certificate is valid in the future. You can import a certificate only during its validity period." This issue has only happened a couple of times, but now it's popping up every single time I run the import. Here's my Terraform configuration for the self-signed certificate and the ACM certificate.

2 Answers

Answered By CheeryOrchid99 On

This sounds like it could be a clock skew issue! You might want to check your system clock or adjust the time back by a minute or two. Just make sure your clock is synced correctly. Sometimes, it’s just a simple fix like that.

Answered By SkyBlueGiraffe88 On

Make sure to check the start date of the certificate. If there's a mismatch in your clock settings, that could definitely be causing this error during the import.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.