iOS · Arazzo Workflow
iOS Create a Signing Certificate
Version 1.0.0
Submit a certificate signing request, then read the issued certificate back for download.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-signing-certificate
Create a signing certificate from a CSR and read it back.
Submits a CSR of the given certificate type and then reads the issued certificate to return its content and metadata.
1
createCertificate
certificates_createInstance
Submit the CSR to issue a new signing certificate of the requested type.
2
getCertificate
certificates_getInstance
Read the issued certificate to return its encoded content and expiration so it can be installed into a keychain or CI signing store.
Source API Descriptions
openapi