Skip to main content

Buildout recipe for creating self signed certificates

Project description

yaco.recipe.cert

Buildout recipe that creates self signed certificates, useful for adding SSL support to your development deployment.

It needs the openssl binary installed in your system.

Tests need to be written.

Use at your own risk and specially, use real certificates in production.

Usage

Example usage:

[buildout]
parts = mycert

[mycert]
recipe = yaco.recipe.cert
hostname = test.example.com
country = US
city = Springfield
organization = Example Corp.
locality = Springfield

After running buildout you will have your self signed certificate in the parts directory.

Changes

0.1.1 (2011-03-21)

  • Fix package name

0.1.0 (2011-03-21)

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yaco.recipe.cert-0.1.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page