私は、それぞれhttps://wso2.example.com:9444/publisherとhttps://wso2.example.com:9444/carbonのように、WSO2 APIM と IS およびそのドメインの単一ノード構成を持っています...
ドメイン「wso2.example.com」の SSL 証明書を COMODO から購入しました。
では、これらのドメインに SSL 証明書を追加するにはどうすればよいでしょうか? 注: Web サーバーはありません。これは wso2 APIM および ID サーバーです。
ここであなたの答えを教えてください。これは私の CA ファイルです: AddTrustExternalCARoot.crt, wso2.example.com.crt,COMODORSAAddTrustCA.crt,COMODORSADomainValidationSecure
私は次の手順に従いました:
/home/ec2-user/cert の下に「cert」という名前のディレクトリを作成しました
そして、CSR を生成し、Comodo に提出しました。
これで、Comodo から証明書ファイルを取得できました。これは私の CA ファイルです: AddTrustExternalCARoot.crt, wso2.example.com.crt,COMODORSAAddTrustCA.crt,COMODORSADomainValidationSecure
ファイルを /home/ec2-user/cert にアップロードし、次のコマンドを実行します。
1.keytool -import -v -trustcacerts -alias ExternalCARoot -file
AddTrustExternalCARoot.crt -keystore newkeystore.jks -storepass mypassword
2.keytool -import -v -trustcacerts -alias TrustCA -file COMODORSAAddTrustCA.crt
-keystore newkeystore.jks -storepass mypassword
3.keytool -import -v -trustcacerts -alias SecureServerCA -file
COMODORSADomainValidationSecureServerCA.crt -keystore newkeystore.jks -
storepass mypassword
最後に、すべてのファイルを /home/ec2-user/cert から /repository/resources/security/ にコピーし、サーバーを再起動しました...(sh wso2server.sh を含めます) URL が読み込まれません...助けてください。 ..