Skip to content

Commit

Permalink
Add content/en/docs/reference/glossary/certificate.md (#14371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi35 authored and k8s-ci-robot committed May 22, 2019
1 parent 78be343 commit 4ca230d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/es/docs/reference/glossary/certificate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Certificate
id: certificate
date: 2019-05-16
full_link: /docs/tasks/tls/managing-tls-in-a-cluster/
short_description: >
Un fichero criptográficamente seguro usado para validar el acceso al clúster de Kubernetes.
aka:
tags:
- security
---
Un fichero criptográficamente seguro usado para validar el acceso al clúster de Kubernetes.

<!--more-->

Los Certificates (certificados en español) permiten que las aplicaciones dentro del clúster accedan a la API de Kubernetes de forma segura. Los certificados sirven para validar que un cliente tiene permiso para acceder a la API.

0 comments on commit 4ca230d

Please sign in to comment.