Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor cert approval check to account for existing cert #752
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently if Up is waiting on a cert approval, and you
C^, the next run will not outputCheck your email to approve the certificate, resulting in aup stack apply` attempting to use an unapproved certificate for the domain.createCerts()uses some local state fromRequestCertificateto see if we're waiting or not, it should just check pending certs instead to allow for both scenarios