Skip to content

Commit 86cf759

Browse files
Merge pull request #214101 from AjayBathini-MSFT/patch-5
(AzureCXP) fixes MicrosoftDocs/azure-docs#99723
2 parents 59572a6 + a0e89af commit 86cf759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-files-configure-p2s-vpn-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ vpnType=$(xmllint --xpath "string(/VpnProfile/VpnType)" Generic/VpnSettings.xml
173173
routes=$(xmllint --xpath "string(/VpnProfile/Routes)" Generic/VpnSettings.xml)
174174
175175
sudo cp "${installDir}ipsec.conf" "${installDir}ipsec.conf.backup"
176-
sudo cp "Generic/VpnServerRoot.cer" "${installDir}ipsec.d/cacerts"
176+
sudo cp "Generic/VpnServerRoot.cer_0" "${installDir}ipsec.d/cacerts"
177177
sudo cp "${username}.p12" "${installDir}ipsec.d/private"
178178
179179
echo -e "\nconn $virtualNetworkName" | sudo tee -a "${installDir}ipsec.conf" > /dev/null

0 commit comments

Comments
 (0)