Certificate Authority - Definição do Glossário de CI/CD
Uma autoridade certificadora (CA) é uma entidade confiável que assina certificados TLS. Um cliente confia em um certificado de servidor apenas se ele encadeia até uma CA presente no trust store do cliente.
Em CI
Quando um runner se conecta a um serviço interno, sua CA precisa ser adicionada ao trust store, ou as requisições falham com um erro "unable to get local issuer certificate" durante o handshake.
Guias relacionados
Mutual TLS - CI/CD Glossary DefinitionMutual TLS: Mutual TLS (mTLS) is TLS where both sides present certificates: the client authenticates the serv…
Bearer Token - CI/CD Glossary DefinitionBearer Token: A bearer token is a credential sent in an `Authorization: Bearer <token>` header; whoever holds…
API Key - CI/CD Glossary DefinitionAPI Key: An API key is a static secret string that identifies and authorizes a caller, usually passed in a he…