https://github.com/pulumi/pulumi-tls
A Pulumi provider for TLS resource management
https://github.com/pulumi/pulumi-tls
Last synced: 2 months ago
JSON representation
A Pulumi provider for TLS resource management
- Host: GitHub
- URL: https://github.com/pulumi/pulumi-tls
- Owner: pulumi
- License: apache-2.0
- Created: 2019-07-10T11:06:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T06:41:51.000Z (2 months ago)
- Last Synced: 2025-03-30T06:37:17.860Z (2 months ago)
- Language: Makefile
- Size: 14.1 MB
- Stars: 14
- Watchers: 25
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/pulumi/pulumi-tls/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/tls)
[](https://pypi.org/project/pulumi-tls)
[](https://badge.fury.io/nu/pulumi.tls)
[](https://pkg.go.dev/github.com/pulumi/pulumi-tls/sdk/v5/go)
[](https://github.com/pulumi/pulumi-tls/blob/master/LICENSE)# TLS Resource Provider
The TLS resource provider for Pulumi lets you create TLS keys and certificates in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/tls
or `yarn`:
$ yarn add @pulumi/tls
### Python
To use from Python, install using `pip`:
$ pip install pulumi_tls
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-tls/sdk/v5
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Tls
## Concepts
The `@pulumi/tls` package provides a strongly-typed means to build cloud applications that create
and interact closely with TLS resources.## Reference
For further information, please visit [the TLS provider docs](https://www.pulumi.com/docs/intro/cloud-providers/tls) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/tls).