免責事項:これは英文の記事「Updating Various Certificates in Aria Automation Orchestrator」の日本語訳です。
記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。最新情報は英語版の記事で参照してください。
Aria Automation Orchestrator には、クライアント通信、内部のコンポーネント間通信(gRPC)、または外部連携などに使用される証明書があり、
有効期限が切れている場合に問題が発生します。各種証明書は自動更新されないため、期限切れに伴う通信障害を引き起こす可能性があります。
VMware Aria Automation Orchestrator 8.18.x
Orchestrator で利用されている以下のいずれかの証明書の有効期限が切れていることが原因です。
これらの証明書は自動更新機能を持たないため、手動による更新またはワークフローでの更新が必要となります。
対象となる証明書の期限を確認し、期限切れまたは期限が迫っている場合は、以下の方法に従って更新を実施してください。
vracli certificate ingress -list | openssl x509 -dates --noout
更新手順: 手動更新を実施します。手順の詳細は How to generate a TLS certificate in a standalone Aria Automation Orchestrator 8.18.1 を参照してください。kubectl get secret -n prelude envoycert -o jsonpath='{.data.ca\.crt}' | base64 -d | openssl x509 -dates --nooutkubectl get secret -n prelude contourcert -o jsonpath='{.data.ca\.crt}' | base64 -d | openssl x509 -dates --noout
更新手順: 手動更新を実施します。手順の詳細は After the reboot, the container 'contour-envoy-#####' is no longer starting を参照してください。How to generate a TLS certificate in a standalone Aria Automation Orchestrator 8.18.1
After the reboot, the container 'contour-envoy-#####' is no longer starting
How to re-generate certificates in Dunes keystore for Standalone Aria Automation Orchestrator
How to Configure the Automation Orchestrator Appliance authentication provider on 8.18.x