Error when loading Certs

Getting this error when the build is trying to download the cert.

Downloading certificate: 1/2
Downloading (***) to (/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/bitrise-cert-tmp092645023/Certificate-0.p12)
Get Ent10122017.p12: unsupported protocol scheme “”
-> Retrying…
Get Ent10122017.p12: unsupported protocol scheme “”
-> Retrying…
Get Ent10122017.p12: unsupported protocol scheme ""
Download failed, err: Get Ent10122017.p12: unsupported protocol scheme “”

It seems you specified a local path for the certificate, maybe… But you definitely changed the default value of the Certificate URL input (of the Certificate and profile installer step).

The default value is: $BITRISE_CERTIFICATE_URL ( https://github.com/bitrise-io/steps-certificate-and-profile-installer/blob/master/step.yml#L33 ), which is a download URL exposed by bitrise.io for the certificates you upload on bitrise.io

If you want to use a local path, please see the input’s description: https://github.com/bitrise-io/steps-certificate-and-profile-installer/blob/master/step.yml#L36

You can specify a local path as well, using the file:// scheme.
Example: file://./Cert.p12

1 Like

Whoooooops… Thank you!

1 Like

Any time :wink: