An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/pulumi/pulumi-tls/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-tls/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Ftls.svg)](https://www.npmjs.com/package/@pulumi/tls)
[![Python version](https://badge.fury.io/py/pulumi-tls.svg)](https://pypi.org/project/pulumi-tls)
[![NuGet version](https://badge.fury.io/nu/pulumi.tls.svg)](https://badge.fury.io/nu/pulumi.tls)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-tls/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-tls/sdk/v5/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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).