BewareMyPower opened a new pull request, #779: URL: https://github.com/apache/pulsar-site/pull/779
The command in the document does not work for OpenSSL 1.1 or 3.2. ```bash $ openssl rsa -in test_rsa_privkey.pem -pubout -outform pkcs8 -out test_rsa_pubkey.pem rsa: Bad format "pkcs8" rsa: Invalid format "pkcs8" for option -outform rsa: Use -help for summary. $ openssl --version OpenSSL 3.2.0 23 Nov 2023 (Library: OpenSSL 3.2.0 23 Nov 2023) $ /opt/homebrew/opt/[email protected]/bin/openssl rsa -in test_rsa_privkey.pem -pubout -outform pkcs8 -out test_rsa_pubkey2.pem rsa: Invalid format "pkcs8" for -outform rsa: Use -help for summary. $ /opt/homebrew/opt/[email protected]/bin/openssl version OpenSSL 1.1.1w 11 Sep 2023 ``` <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [x] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `./preview.sh` at root path) to your PR description, or else your PR might not get merged. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
