Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

How to create CDN with LE certificate #101

@turbosnail

Description

@turbosnail

i was try to apply resource with flags:

resource "gcore_cdn_resource" "some_resource" {
  issue_le_cert = true
  ssl_automated = true
}

but web gui showed me in ssl section what ssl is disabled but when i turn on ssl in gui, LE ssl is disabled too

when i try add ssl_enabled = true its failed with message

│ Error: request: {
│       "sslData": [
│               "Invalid certificate."
│       ]
│ }
required_providers {
    gcore = {
      source  = "G-Core/gcorelabs"
      version = "0.3.40"
    }
  }

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions