Sign inSign up

krestfield/ezcert

By krestfield

Updated over 5 years ago

Certificate Management and Automation System

Image
0

1.2K

krestfield/ezcert repository overview

Krestfield EzCERT

ezcert is now certdog...

Please use the certdog repo: docker pull krestfield/certdog

This repo will be deleted shortly


  • A certificate management and automation system offering a UI and a full REST API to automate the issuance of certificates
  • Supports PrimeKey EJBCA, Microsoft Active Directory Certificate Services as well as an internal (local) configurable CA
  • This demo version has all functionality but a 100 certificate limit. It does not include the Microsoft ADCS connector
  • It comes pre-configured with a Local CA and templates for TLS and Code Signing

To Get Started
  1. Get:

docker pull krestfield/ezcert

  1. Start the container

docker run -d -p 443:443 --name ezcert krestfield/ezcert

  1. Navigate to https://127.0.0.1 and login with:
    Username: admin
    Password: password
  2. To remove TLS browser warnings, replace the TLS certificate by following the documentation. On test environments you have the option of installing the test root temporarily into your local trust store. The test root certificate can be found here

Issuer your first certificate
  1. Click Request | DN Request from the menu, enter a DN and a password and click Request Certificate. Download your certificate as a PKCS#12, JKS or PEM file

More documentation is here
Product URL: https://krestfield.com/ezcert
Questions to: [email protected]

Tag summary

Content type

Image

Digest

Size

594.9 MB

Last updated

over 5 years ago

docker pull krestfield/ezcert