User Tools

Site Tools


code:csr
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


code:csr [2015/11/19 15:04] (current) – created michfiel
Line 1: Line 1:
 +====== Certificates: Wie kriege ich ein Attest und woher Proviant? ======
 +
 +[[https://developer.apple.com/ios/manage/certificates/team/create.action]]
 +
 +===== Erstellung eines Verteilungszertifikats =====
 +
 +  - Generate a Certificate Signing Request (CSR) with a public key
 +    * In your Programme folder, open the Dienstprogramme folder and launch Schlüsselbundverwaltung.
 +    * Choose Schlüsselbundverwaltung > Zertifikatsassistant > Zertifikat einer Zertifizierungsinstanz anfordern.
 +    * In the Zertifikatsinformationen window, enter or select the following information:
 +      * In the E-Mail des Benutzers field, enter your E-Mail Adresse
 +      * In the Allgemeiner Name field, enter your Name
 +      * In the Anfrage group, select the Auf der Festplatte sichern Option
 +      * Click Fortfahren.
 +    * The Zertifikatsassistent saves a Certificate Signing Request (CSR) file to your Desktop.
 +    * The public/private key pair will be generated when you create the Certificate Signing Request (CSR) if you use the Schlüsselbundverwaltung to create the CSR.
 +  - Submit the CSR through the Provisioning Portal.
 +    * Click the Distribution tab
 +    * Upload the certificate by choosing the file
 +    * Click Submit
 +
 +
 +===== Reimport von exportierten privaten und öffentlichen Schlüsseln =====
 +
 +[[http://www.openradar.me/7092640]]
 +
 +  security import priv_key.p12 -k ~/Library/Keychains/login.keychain
 +  security import pub_key.pem -k ~/Library/Keychains/login.keychain
  
code/csr.txt · Last modified: 2015/11/19 15:04 by michfiel