Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you would like to use Azure P2S VPN with certificate authentication in Mac OS
Wrt, "There is no "client certificate" when the VPN client folder is downloaded"
- This is an expected behavior
- Only Root Certificate will be available with the configuration.
- You should manually install the Client Certificate which you generated to your MacOS devices.
I take it that you are using IKEV2 Protocol. If not, make sure this is selected.
1.Generate Server and Client certificates: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site
- Export Server Certificate - this goes to Azure VPN Gateway P2S Configuration
- Export Client Certificate - this will not be a part of VPN Gateway.
- You must manually install this to other computers from where you want to access the P2S VPN.
- This would generate the certificate and store it in 'Certificates - Current User\Personal\Certificates' on your computer.
- Then export it by navigating to "Certificates - Current User\Personal\Certificates"
 2.IKEv2: native VPN client - macOS : [https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-vpn-client-cert-mac#ikev2-native-vpn-client---macos-steps](https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-vpn-client-cert-mac#ikev2-native-vpn-client---macos-steps) - The **Generic** folder will only contain VpnSettings.xml and VpnServerRoot.cer and not Client certificates.
- Install Root Certificate to the macOs : https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-vpn-client-cert-mac#root-certificate
- Install Client Certificate to the macOs : https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-how-to-vpn-client-install-azure-cert#installmac
Hope this helps. Let us know should you require more information Thanks, Kapil
Please don’t forget to close the thread by clicking "**Accept the answer**" wherever the information provided helps you, as this can be beneficial to other community members.