Hi there,
I am new to Circle CI.
I have a pipeline which will has some integration tests that need to make api calls over the VPN from the Circle C.I server. This is done using OpenVpn.
To do this over a pipeline I need to have a client certificate from the Circle CI. How do I go about generating that certificate from my pipeline?
Thanks in Advance