fastlane/lib/fastlane/actions/docs/get_push_certificate.md in fastlane-2.100.1 vs fastlane/lib/fastlane/actions/docs/get_push_certificate.md in fastlane-2.101.0
- old
+ new
@@ -25,11 +25,11 @@
-------
<h5 align="center"><code>pem</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate beta deployments and releases for your iOS and Android apps.</h5>
# Features
-Well, it's actually just one: Generate the ``_pem_`` file for your server.
+Well, it's actually just one: Generate the _pem_ file for your server.
Check out this gif:
![img/actions/PEMRecording.gif](/img/actions/PEMRecording.gif)
@@ -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
@@ -123,6 +123,6 @@
# How does it work?
_pem_ uses [_spaceship_](https://spaceship.airforce) to communicate with the Apple Developer Portal to request a new push certificate for you.
## How is my password stored?
-``_pem_`` uses the [password manager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from _fastlane_. Take a look the [CredentialsManager README](https://github.com/fastlane/fastlane/tree/master/credentials_manager) for more information.
+_pem_ uses the [password manager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from _fastlane_. Take a look the [CredentialsManager README](https://github.com/fastlane/fastlane/tree/master/credentials_manager) for more information.