fastlane/lib/fastlane/actions/docs/get_push_certificate.md in fastlane-2.214.0 vs fastlane/lib/fastlane/actions/docs/get_push_certificate.md in fastlane-2.215.0

- old
+ new

@@ -46,11 +46,11 @@ - Create a new signing request - Create a new push certification - Downloads the certificate - Generates a new ```.pem``` file in the current working directory, which you can upload to your server -Note that _pem_ will never revoke your existing certificates. _pem_ can't download any of your existing push certificates, as the private key is only available on the machine it was created on. +Note that _pem_ will never revoke your existing certificates. _pem_ can't download any of your existing push certificates, as the private key is only available on the machine it was created on. If you already have a push certificate enabled, which is active for at least 30 more days, _pem_ will not create a new certificate. If you still want to create one, use the `force`: ```no-highlight fastlane pem --force @@ -109,10 +109,10 @@ ```no-highlight % openssl pkcs12 -in my.p12 -out my.pem Enter Import Password: <hit enter: the p12 has no password> MAC verified OK -Enter PEM pass phrase: +Enter your pem passphrase: <enter a temporary password to encrypt the pem file> % openssl pkcs12 -export -in my.pem -out my-with-passphrase.p12 Enter pass phrase for temp.pem: <enter the temporary password to decrypt the pem file>