You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,29 +56,28 @@ This module has a few dependencies:
52
56
53
57
54
58
55
-
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/terraform-digitalocean-ssl-certificate/releases).
59
+
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/terraform-do-modules/terraform-digitalocean-certificate/releases).
56
60
57
61
58
62
Here are examples of how you can use this module in your inventory structure:
| certificate\_chain | Path of certificate chain. |`string`|`""`| no |
91
94
| certificate\_name | The name of the certificate for identification. |`string`|`""`| no |
95
+
| certificate\_type | The type of certificate to provision |`string`|`"lets_encrypt"`| no |
92
96
| custom\_certificate | A boolean flag to enable/disable custom\_certificate. |`bool`|`false`| no |
93
-
| domain\_names | List of fully qualified domain names (FQDNs) for which the certificate will be issued. The domains must be managed using DigitalOcean's DNS. Only valid when type is lets\_encrypt. |`list`|`[]`| no |
94
-
| enable\_certificate | A boolean flag to enable/disable certificate. |`bool`|`true`| no |
95
-
| leaf\_certificate | Path of certificate body. |`string`|`"~"`| no |
96
-
| lets\_encrypt\_certificate | A boolean flag to enable/disable lets\_encrypt\_certificate. |`bool`|`false`| no |
97
+
| domain\_names | List of fully qualified domain names (FQDNs) for which the certificate will be issued. The domains must be managed using DigitalOcean's DNS. Only valid when type is lets\_encrypt. |`list(any)`|`[]`| no |
98
+
| enabled | Flag to control the resources creation. |`bool`|`true`| no |
99
+
| leaf\_certificate | Path of certificate body. |`string`|`""`| no |
97
100
| private\_key | Path of private key. |`string`|`""`| no |
101
+
| type | The type of certificate to provision |`string`|`"custom"`| no |
98
102
99
103
## Outputs
100
104
@@ -104,16 +108,17 @@ Here are examples of how you can use this module in your inventory structure:
104
108
| name | The name of the certificate. |
105
109
| not\_after | The expiration date of the certificate. |
106
110
| sha1\_fingerprint | The SHA-1 fingerprint of the certificate. |
111
+
| uuid | The UUID of the certificate |
107
112
108
113
109
114
110
115
111
116
112
117
113
118
## Feedback
114
-
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-digitalocean-ssl-certificate/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
119
+
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/terraform-do-modules/terraform-digitalocean-certificate/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
115
120
116
-
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-digitalocean-ssl-certificate)!
121
+
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/terraform-do-modules/terraform-digitalocean-certificate)!
0 commit comments