Skip to content

Commit

Permalink
Add Certificate glossary term
Browse files Browse the repository at this point in the history
Part of issue kubernetes#5993
  • Loading branch information
sdague committed Feb 20, 2018
1 parent 62002d3 commit 2999938
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/glossary/certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
id: certificate
name: Certificate
full-link: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/
tags:
- security
short-description: >
A crytographicly secure file used to validate access to the
kubernetes cluster
long-description: >
Certificates are used to enable applications within a kubernetes
cluster to access the kubernetes API securely. They validate that
clients are allowed to access the API.
The process of creating a valid certificate includes creating a
Certificate Signing Request, and having that approved by the
kubernetes adminstrator using the ``kubectl certificate`` command.

0 comments on commit 2999938

Please sign in to comment.