diff --git a/main.tf b/main.tf index bc67a42..90a041f 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ provider "acme" { - server_url = "https://acme-staging-v02.api.letsencrypt.org/directory" + server_url = "https://acme-v02.api.letsencrypt.org/directory" } # Create the private key @@ -118,4 +118,4 @@ resource "null_resource" "trusted_root_certificate" { # data "tls_certificate" "example" { # url = "https://api.jones-dev.com" -# } \ No newline at end of file +# }