bcgov / bcgov/platform-developer-docs

Consider adding ca-certificate chain to Configuring SSL/TLS Certificates

Aperta Adatta ai principianti
#368 0 commenti 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
Shell
Stelle
5
Fork
10
Merge medio
2g 1h
PR unite (30g)
2

Descrizione

As outlined in [GitHub Discussions #329](https://github.com/bcgov/bcgov-community-discussions/discussions/329) there is a new CA Certificate chain provided by the cert provider via OCIO (July 2025).

It would be handy to place this chain order in the Private Cloud Tech Docs here: https://developer.gov.bc.ca/docs/default/component/platform-developer-docs/docs/build-deploy-and-maintain-apps/deploy-an-application/#3-configuring-ssltls-certificates

```
tls:
termination: edge
certificate: |-
-----BEGIN CERTIFICATE-----
URL
-----END CERTIFICATE-----
key: |-
-----BEGIN PRIVATE KEY-----
KEY
-----END PRIVATE KEY-----
caCertificate: |-
-----BEGIN CERTIFICATE-----
OV TLS CA
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
USERTrust RSA
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
Sectigo Public Server Root
-----END CERTIFICATE-----
insecureEdgeTerminationPolicy: Redirect
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Start at the linked “Configuring SSL/TLS Certificates” section in the Private Cloud Tech Docs and review the certificate example against the chain in this issue and Discussion #329. Done means the page documents the caCertificate chain in the correct order with a usable configuration example.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Ambito
documentation
Tipo di issue
Documentazione
Difficoltà
1/5
Tempo stimato
1-3 ore
Stato di attività
Tranquilla
Chiarezza
Specificata chiaramente
Idoneità per principianti
88/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.