SSL証明書更新時のCSR作成に必要な情報を手っ取り早く取得する

openssl s_client -connect {domain}:443 -showcerts

でST、C、L、O、OUを取得します。