标签: openssl suse
我遇到类似的问题,例如:Import PEM into Java Key Store 这个问题的答案是:
openssl x509 -outform der -in certificate.pem -out certificate.der
我的问题是在Suse上不起作用