Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



- Restart the IIS.

5. Generate and Import to App Server the Self-signed certificate.
- Download and save the PowerShell script from 
https://gallery.technet.microsoft.com/scriptcenter/Self-signed-certificate-5920a7c6#content.

- Open a PowerShell prompt with the option As administrator.
Image Modified

- Go to the directory where you saved the New-SelfSignedCertificateEx.ps1 file.


- Run the following command: Import-Module .\New-SelfSignedCertificateEx.ps1.


- Then run the following command: New-SelfSignedCertificateEx –Subject 'CN=<your site name>' –IsCA $true –Exportable –StoreLocation LocalMachine -SubjectAlternativeName certauth.fs.<your site name>, <your site name> -FriendlyName 'UICL App Cert'
Image Added
If using Domain name to generate the cert.
New-SelfSignedCertificateEx –Subject 'CN=*.'CN=<Domain Name>' –IsCA $true –Exportable –StoreLocation LocalMachine –StoreName My -SubjectAlternativeName certauth.fs.<domain name> <domain name>

6. Import the Self-Signed Certificate to App Server.

- Open the mmc.exe.
Image Added

- Go to the File menu, and then choose Add/Remove Snap-in...
Image Added

- Select Certificates.
- Choose Add.
Image Added

- Select the computer account.
Image Added

- Choose Finish and then OK.

Image Added







- Locate and copy the certificate you just created in the personal/certificates folder.
- Paste the certificate into the Trusted Root Certification Authorities/Certificates folder.
- Select the certificate, right-click and export the certificate.
- Select the No, do not export the private key option.
- Choose Next.
- Select DER encoded binary x.509 (.cer).
- Specify a location and filename and finish the wizard.







Info

Android

Download the Self-signed certificate for authentication.
- this article shows download the Self-signed certificate from Web client folder.
- edit following link for your environment.
- http://<host IP or name>/<web instance name>/webclient/<cert file name>.cer


Download the app at Google Play Store.
- search Dynamics NAV key word at Google Play Store.
- click the direct app page link - https://play.google.com/store/apps/details?id=com.microsoft.dynamics.nav

...