Importing the code-signed certificate
Before we upload MSIX images to the file share, we’ll take a look at installing the code-signed certificate on all required session hosts.
You can essentially use three types of code-signed certificates with MSIX app attach:
- Self-signed certificates
- Public code signed certificates
- Internal certificate authority certificates
Tip
Enterprises should use public code-signed certificates or an internal certificate authority. It’s not recommended that you use a self-signed certificate for production. It is also important to note that you should time stamp your application packages because if the certificate expires and you have not signed the MSIX package, then the app will stop working.
To install the certificate on a session host, open a new MMC snap-in for the local computer. Then, add the Certificates (Local Computer) snap-in and click OK:
Figure 14.33 – MMC snap-in and...