Maintains a certification authority and issues client certificates with optional keys.
1.8K
Maintains a certification authority and issues client certificates with optional keys.
/etc/pki/CA/etc/pki/tls/certs/etc/pki/tls/privateCOUNTRY_NAMEDE will be used.STATE_OR_PROVINCE_NAMEHamburg will be used.LOCALITY_NAMEHamburg will be used.ORGANIZATION_NAMEErgomentum will be used.COMMON_NAMENone.
None.
Use this image to run a temporary container.
Generate CA key and self signed certificate:
./bin/ca -ca
Generate user key and certificate:
./bin/ca -c=<var>common_name</var>
The CA key and self signed certificate will be created implicitly if not exists.
Generate Diffie–Hellman parameter:
./bin/ca -dh
See Stackexchange for purpose.
Show subject of an existing certificate:
./bin/ca -s=<var>common_name</var>
To contribute a feature or a bugfix please open a pull request on GitHub.
See CONTRIBUTING for details.
See the LICENSE file for license rights and limitations (Apache License, Version 2.0).
None.
Content type
Image
Digest
Size
42.4 MB
Last updated
over 9 years ago
docker pull ergomentum/ca