2048-bit keys
2 TopicsOpenSSL command line on F5 LTM CSR/key generation
Been searching for a way to insert data into a command line and I'm having some issues, not sure if anyone has had success with this. I'm ultimately looking to automate a bulk cert and key generation from a txt file inputting the CN's. I'm currently trying to isolate the command to add in the details in the -subj section. I'm not sure what I'm missing and been staring at it too long. My searches so far have not been fruitful on finding good examples of this. Any advise would be appreciated. Note I did enter it without the variables. Thanks everyone! openssl req -new -key ./bulk.key/$domain_rebrand.key -out ./bulk.csr/$domain_rebrand.csr -passin pass:$password \ -subj "/C=$country/ST=$state/L=$locality/O=$organization/OU=$organizationalunit/CN=$commonname/emailAddress=$email" Variables: country=United States state=xxxxxx locality=xxxxxxx organization=xxxxxxx organizationalunit=IT email=xxxxxxxxx@xxxx.com1.1KViews0likes6CommentsRSA key conversion issue
Hello folks, I am stuck at RSA conversion, can anybody help me how to do it? I want my key in the following format: -------Begin RSA Private Key-------- and customer I have the key in following format: ------Begin Encrypted Private Key------ So how can I convert it to the format I want? I am using f5 11.5 version. Please help guys. Thanking you in anticipation. Regards, R198Views0likes1Comment