pulumiverse-acme


Namepulumiverse-acme JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing ACME cloud resources.
upload_time2023-09-25 18:50:19
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi acme category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ACME Resource Provider

The ACME Resource Provider lets you manage ACME resources. 
[Let's Encrypt](https://letsencrypt.org/) is the biggest ACME CA in use.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

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

```bash
npm install @pulumiverse/acme
```

or `yarn`:

```bash
yarn add @pulumiverse/acme
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_acme
```

### Go

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

```bash
go get github.com/pulumiverse/pulumi-acme/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumiverse.Acme
```

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/acme/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumiverse-acme",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi acme category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/52/2b/40d13bffbc02c7eaab4107bfb12c37e008bd40493bf06f62b8f33938d580/pulumiverse_acme-0.0.1.tar.gz",
    "platform": null,
    "description": "# ACME Resource Provider\n\nThe ACME Resource Provider lets you manage ACME resources. \n[Let's Encrypt](https://letsencrypt.org/) is the biggest ACME CA in use.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/acme\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/acme\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_acme\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-acme/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Acme\n```\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/acme/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing ACME cloud resources.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-acme"
    },
    "split_keywords": [
        "pulumi",
        "acme",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "522b40d13bffbc02c7eaab4107bfb12c37e008bd40493bf06f62b8f33938d580",
                "md5": "203ca43efe8b5c70c4f247c6ec2bb98b",
                "sha256": "3ab96cb9715cad3c4e27316748eaa9fa553aa2c1933658f89ce6f24b50526a2c"
            },
            "downloads": -1,
            "filename": "pulumiverse_acme-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "203ca43efe8b5c70c4f247c6ec2bb98b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18255,
            "upload_time": "2023-09-25T18:50:19",
            "upload_time_iso_8601": "2023-09-25T18:50:19.735079Z",
            "url": "https://files.pythonhosted.org/packages/52/2b/40d13bffbc02c7eaab4107bfb12c37e008bd40493bf06f62b8f33938d580/pulumiverse_acme-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 18:50:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-acme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-acme"
}
        
Elapsed time: 0.21053s