Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sun Web Server 7 の管理インタフェースは、SSL 証明書のエクスポートをサポートしていますか?
もしそうなら、どのように?参考になさってください.....
そうでない場合、誰かが証明書が保存されている場所を教えてもらえますか?
管理インターフェイスを使用しませんが、certutil コマンドは証明書を含む PEM ファイルをエクスポートできます。
certutil -n nickname -d . -L -a -o myPEMfile
Sun Webserver フォルダのエイリアス サブディレクトリから実行されます。