Skip to content

Commit

Permalink
Update cert install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Dec 28, 2022
1 parent 28a1bf2 commit 503669a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"views.Settings.AddEditNode.localKey": "Local key",
"views.Settings.AddEditNode.remoteKey": "Remote key",
"views.Settings.CertInstallInstructions.title": "Certificate Installation Instructions",
"views.Settings.CertInstallInstructions.graph1": "To install a certificate on Android, copy the certificate file to device. Then go to Settings > Security > Install from storage. It should detect the certificate and let you add install it to the device. The certificate must have the extension .cert or .crt",
"views.Settings.CertInstallInstructions.graph2": "To install a certificate on iOS you must email the file to yourself, once you select the file in your email you will be prompted to install it as a profile.",
"views.Settings.CertInstallInstructions.graph1": "To install a certificate on Android, copy the certificate file to your device. Then go to Settings > Security > Install from storage. It should detect the certificate and let you add install it to the device. The certificate should have the extension .crt",
"views.Settings.CertInstallInstructions.graph2": "To install a certificate on iOS, transfer the file to your device. Once you select the file on your device you will be prompted to install it as a profile. You must enable your certificate in General > About > Certificate trust settings. The certificate should have the extension .crt",
"views.Settings.CertInstallInstructions.graph3": "Alternatively, you can provision a profile with the certificate for your phone in XCode.",
"views.Settings.CertInstallInstructions.graph4": "You can access the certificate at any time in Settings > General > Profiles and remove it if required.",
"views.Settings.CertInstallInstructions.graph5": "If you're connecting to your node via an external hostname or via Tor you must add the hostname to the certificate. lnd provides an option to do this with the TLSExtraDomain option in its config. You'll have to delete and regenerate the certificate after you make the change.",
Expand Down

0 comments on commit 503669a

Please sign in to comment.