File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
_example/custom_certificate Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ usage : |-
3939 source = "clouddrove/certificate/digitalocean"
4040 version = "0.13.0"
4141 certificate_name = "test"
42- private_key = "~/.ssh/id_rsa.pub "
43- leaf_certificate = "/etc/ssl/apache-selfsigned .crt"
42+ private_key = "./../../../_ssl/private-key.pem "
43+ leaf_certificate = "./../../../_ssl/star .crt"
4444 custom_certificate = true
4545 }
4646 ```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ provider "digitalocean" {
88module "custom_certificate" {
99 source = " ./../../"
1010 certificate_name = " test"
11- private_key = " ~/.ssh/id_rsa.pub "
12- leaf_certificate = " /etc/ssl/apache-selfsigned .crt"
11+ private_key = " ./../../../_ssl/private-key.pem "
12+ leaf_certificate = " ./../../../_ssl/star .crt"
1313 custom_certificate = true
1414}
You can’t perform that action at this time.
0 commit comments