lbrlabs-pulumi-remotecertificate


Namelbrlabs-pulumi-remotecertificate JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://lbrlabs.com
SummaryA Pulumi provider for retrieving the thumbprint of a remote certificate
upload_time2023-04-03 16:22:02
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi provider remote certificate thumbprint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Remote Certificate Resource Provider

The Remote Certificate provider for Pulumi can be used to create a resources that contains the details of a remote certificate from any website.

This is especially useful when working with OIDC providers, which require a certificate thumbprint which can often require multiple manual steps to calculate.

## Installing

This package is available in many languages in standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```
$ npm install @lbrlabs/pulumi-remotecertificate
```

or `yarn`:

```
$ yarn add @lbrlabs/pulumi-remotecertificate
```

### Python

To use from Python, install using `pip`:

```
$ pip install lbrlabs-pulumi-remotecertificate
```

### Go

To use from Go, use `go get` to grab the latest version of the library

```
$ go get github.com/lbrlabs/pulumi-remotecertificate/sdk/go/...
```

### .NET

To use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.


```
$ dotnet add package lbrlabs.PulumiPackage.Remotecertificate
```

## Reference

See the Pulumi registry for API docs:

https://www.pulumi.com/registry/packages/remotecertificate/api-docs/

            

Raw data

            {
    "_id": null,
    "home_page": "https://lbrlabs.com",
    "name": "lbrlabs-pulumi-remotecertificate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi provider remote certificate thumbprint",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a4/e1/a0313d4bd5e393618dae61fa5b2b6d5c5ff440e0159a9e9fa104e3b95448/lbrlabs_pulumi_remotecertificate-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# Remote Certificate Resource Provider\n\nThe Remote Certificate provider for Pulumi can be used to create a resources that contains the details of a remote certificate from any website.\n\nThis is especially useful when working with OIDC providers, which require a certificate thumbprint which can often require multiple manual steps to calculate.\n\n## Installing\n\nThis package is available in many languages in standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```\n$ npm install @lbrlabs/pulumi-remotecertificate\n```\n\nor `yarn`:\n\n```\n$ yarn add @lbrlabs/pulumi-remotecertificate\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install lbrlabs-pulumi-remotecertificate\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n```\n$ go get github.com/lbrlabs/pulumi-remotecertificate/sdk/go/...\n```\n\n### .NET\n\nTo use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.\n\n\n```\n$ dotnet add package lbrlabs.PulumiPackage.Remotecertificate\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/remotecertificate/api-docs/\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi provider for retrieving the thumbprint of a remote certificate",
    "version": "0.0.2",
    "split_keywords": [
        "pulumi",
        "provider",
        "remote",
        "certificate",
        "thumbprint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4e1a0313d4bd5e393618dae61fa5b2b6d5c5ff440e0159a9e9fa104e3b95448",
                "md5": "eee8303174ccd8924b515d69d869c399",
                "sha256": "b518994ca150d571ca56fae687ffe7e1ebf327aca8ea926c84b90aa27cf00373"
            },
            "downloads": -1,
            "filename": "lbrlabs_pulumi_remotecertificate-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "eee8303174ccd8924b515d69d869c399",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7118,
            "upload_time": "2023-04-03T16:22:02",
            "upload_time_iso_8601": "2023-04-03T16:22:02.968838Z",
            "url": "https://files.pythonhosted.org/packages/a4/e1/a0313d4bd5e393618dae61fa5b2b6d5c5ff440e0159a9e9fa104e3b95448/lbrlabs_pulumi_remotecertificate-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 16:22:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "lbrlabs-pulumi-remotecertificate"
}
        
Elapsed time: 0.08237s