We are using Microsoft hosted agent to generate self signed certificate from Azure DevOps pipeline using openssl command. Noticed that agents are using openssl version 1.1.1.0
Based on OpenSSL Security Advisory [15 March 2022] recommendation, need to upgrade openssl from 1.1.1 to 1.1.1n.
How can we perform openssl version upgrade?