All Products
Search
Document Center

Mobile Platform as a Service:Configure Mini Program package

Last Updated:Nov 09, 2022

Before adding a Mini Program package, you need to go to the configuration management interface to add the relevant configuration of the Mini Program package.

About this task

In order to unify the local file address name, when the client loads the local Mini Program package file, the local file is bound with a virtual domain name as the suffix.

The key is an RSA private key generated by OpenSSL, which is used to encrypt the Mini Program package. The corresponding public key is used to decrypt on the client.

Follow the steps below to generate a private key file and a public key file:

Generate private key:
  openssl genrsa -out private_key.pem 2048
Generate public key:
  openssl rsa -in private_key.pem -outform PEM -pubout -out public.pem

Procedure

Enter the mPaaS console and complete the following steps:

  1. Click Mini Program > Release Mini Program in the left navigation bar.

  2. On the opened Mini Program package list page, click Configuration management.

  3. In the Domain name management, enter the virtual domain name, such as example.com.

    Note

    Restriction: The virtual domain name cannot be a two-level or three-level domain name starting with http or https.

  4. In the Key management, click Choose file to select the key file to upload.

    Note

    If the client disables the signature verification after receiving the Mini Program package, it is not necessary to upload the key file here.

  5. Check The above information has been confirmed to be accurate and will not be modified after submission, and click Upload.

Follow-up step

Create a Mini Program package