Questo passaggio spiega come creare le credenziali TLS necessarie per il funzionamento di Apigee hybrid.
Crea certificati TLS
Devi fornire certificati TLS per il gateway di ingresso di runtime nella configurazione ibrida di Apigee. Ai fini di questa guida rapida (un'installazione di prova non di produzione),
il gateway di runtime può accettare credenziali autofirmate. Nei passaggi successivi, viene utilizzato openssl per generare le credenziali autofirmate.
In questo passaggio, creerai i file delle credenziali TLS e li aggiungerai alla directory base_directory/hybrid-files/certs.
Nel passaggio 7: configura il runtime hybrid, aggiungerai i percorsi dei file al file di configurazione del cluster.
Questo comando crea una coppia di chiavi/certificati autofirmati che puoi utilizzare per l'installazione guidata.
Verifica che i file siano nella directory ./certs utilizzando il seguente comando:
ls ./certs
keystore.key
keystore.pem
dove keystore.pem è il file del certificato TLS autofirmato e keystore.key
è il file della chiave.
Ora disponi delle credenziali necessarie per gestire Apigee hybrid nel tuo cluster Kubernetes. Successivamente, creerai un file utilizzato da Kubernetes per eseguire il deployment dei componenti di runtime ibrida nel cluster.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-03 UTC."],[[["This documentation pertains to Apigee hybrid version 1.7, which is no longer supported and should be upgraded."],["The instructions detail the process of creating TLS credentials, necessary for Apigee hybrid to function within a Kubernetes environment."],["For this quickstart guide, self-signed TLS certificates can be used for the runtime gateway using openssl, but in production environments, signed certificates are required."],["The steps guide users to create self-signed certificate and key files (`keystore.pem` and `keystore.key`) in the `base_directory`/hybrid-files/certs directory."],["The domain name set in the `DOMAIN` environment variable is utilized in the openssl command to generate the certificates."]]],[]]