2.4.2. 複数の署名付き証明書の修正
/etc/receptor/tls/ca/mesh-CA.crt (RPM ベースのインストールの場合) または $HOME/aap/receptor/etc/mesh-CA.crt (コンテナー化されたインストールの場合) に 10 個を超える証明書が含まれている場合、エラーが発生します。
Ansible Automation Platform 環境内のすべての Automation Controller と実行ノードで次の手順を実行します。
RPM ベースのインストールの場合
手順
mesh-CA.crtファイルのバックアップを作成してください。cp -p /etc/receptor/tls/ca/mesh-CA.crt /etc/receptor/tls/ca/mesh-CA.crt-$(date +%F)-
mesh-CA.crtファイル内の最初の証明書以降のすべてを削除し、ファイルの先頭にある最初の証明書のみを残してください。 receptor を再起動します。
systemctl restart receptor
コンテナー化されたインストールの場合
mesh-CA.crtファイルのバックアップを作成してください。cp -p $HOME/aap/receptor/etc/mesh-CA.crt $HOME/aap/receptor/etc/mesh-CA.crt-$(date +%F)-
mesh-CA.crtファイル内の最初の証明書以降のすべてを削除し、ファイルの先頭にある最初の証明書のみを残してください。 receptor を再起動します。
systemctl --user restart receptor