2019-04-30 00:50:30 +00:00
# Step Certificates Documentation
2020-10-27 23:20:45 +00:00
## Note: Much of [our documentation has moved](https://smallstep.com/docs)
2019-04-30 00:50:30 +00:00
Index of Documentation and Tutorials for using and deploying the `step certificates` .
[![GitHub release ](https://img.shields.io/github/release/smallstep/certificates.svg )](https://github.com/smallstep/certificates/releases)
[![CA Image ](https://images.microbadger.com/badges/image/smallstep/step-ca.svg )](https://microbadger.com/images/smallstep/step-ca)
[![Go Report Card ](https://goreportcard.com/badge/github.com/smallstep/certificates )](https://goreportcard.com/report/github.com/smallstep/certificates)
[![Build Status ](https://travis-ci.com/smallstep/certificates.svg?branch=master )](https://travis-ci.com/smallstep/certificates)
[![License ](https://img.shields.io/badge/License-Apache%202.0-blue.svg )](https://opensource.org/licenses/Apache-2.0)
[![CLA assistant ](https://cla-assistant.io/readme/badge/smallstep/certificates )](https://cla-assistant.io/smallstep/certificates)
[![GitHub stars ](https://img.shields.io/github/stars/smallstep/certificates.svg?style=social )](https://github.com/smallstep/certificates/stargazers)
[![Twitter followers ](https://img.shields.io/twitter/follow/smallsteplabs.svg?label=Follow&style=social )](https://twitter.com/intent/follow?screen_name=smallsteplabs)
2019-04-30 06:54:25 +00:00
## Table of Contents
2019-04-30 00:50:30 +00:00
* **General Info**
* [Website ](https://smallstep.com )
2020-10-27 23:20:45 +00:00
* [Installation Guide ](https://smallstep.com/docs/step-ca/installation )
* [Getting Started ](https://smallstep.com/docs/step-ca/getting-started ): in depth guide on getting started
with `step-ca` , including all configuration options.
* [Contributor's Guide ](./CONTRIBUTING.md )
* [Sane Defaults ](https://smallstep.com/docs/step-ca/certificate-authority-server-production#sane-cryptographic-defaults ): default algorithms and attributes used
2019-04-30 00:50:30 +00:00
in cryptographic primitives and why they were selected.
* [Frequently Asked Questions ](./questions.md )
* Check out our [Blog ](https://smallstep.com/blog/ ). We post quality
educational content as well as periodic updates on new releases.
* **API**: Guides to using the API via the `step` CLI.
2022-10-17 20:45:00 +00:00
* [Revoking Certificates ](https://smallstep.com/docs/step-ca/revocation )
2020-10-27 23:20:45 +00:00
* [Persistence Layer ](https://smallstep.com/docs/step-ca/configuration#databases ): description and guide to using `step certificates` '
2019-04-30 00:50:30 +00:00
persistence layer for storing certificate management metadata.
* **Tutorials**: Guides for deploying and getting started with `step` in various environments.
* [Docker ](./docker.md )
* [Kubernetes ](../autocert/README.md )
## Further Reading
* [Use TLS Everywhere ](https://smallstep.com/blog/use-tls.html )
* [Everything you should know about certificates and PKI but are too afraid to ask ](https://smallstep.com/blog/everything-pki.html )