cd /d C:\Program Files\Tableau\Tableau Server\packages\apache.20221.23.0709.1525\bin2-3 Run the below command to update the cryptographic algorithm of your key file. Here is an example to update the cryptographic algorithm with AES256.
openssl rsa -aes256 -in "<the path where you saved your key file>\test.key" -out "<the path where you saved your key file>\test_aes256.key"2-4 Input your current passphrase of the key file when prompt showing "Enter pass phrase for xxxxxx\test.key".
cd /d C:\Program Files\Tableau\Tableau Server\packages\apache.20221.23.0811.1403\bin2-8 Run the below command to check if OpenSSL 3.1 on Tableau Server 2022.1.17 can decrypt your new key file to show its details.
openssl pkey -in "<the path where you saved your key file>\test_aes256.key" -text -noout2-9 Use the new key file you created to configure External SSL on your Tableau Server 2022.1.17.
001534649