AWS-CertificateManager
Preface
AWS Certificate Manager is the certificate management system provided by AWS.
When used together with an AWS Load Balancer, you can request wildcard certificates for free.
Requesting a Certificate
URL: https://us-west-2.console.aws.amazon.com/acm/home?region=us-west-2#/welcome
Click “Request a certificate”,
then select “Request a public certificate” and click “Next”.

Enter the wildcard domain name, e.g. *.domain.com

After clicking “Next”, go back to the list and click on the domain you just created to view its details.
Note down the CNAME name and value that need to be configured.

Configure the CNAME record in your domain’s DNS settings, then refresh the list a few times and wait for validation.
Once validated, the certificate is successfully issued.
Related Articles
Running Multiple WeChat Clients on Mac
Preface: Many people have multiple WeChat accounts. On mobile, you can use two phones or Android multi-app features. This article explains how to run multiple WeChat clients on Mac by creating aliases to the WeChat executable inside the app bundle.
Installing MySQL on Mac
Introduction: This article covers how to install MySQL on Mac. Steps include downloading the DMG installer from the official website, installing it, and configuring the environment variables.
Grant MySQL Access to a Specific IP
AWS - Image Conversion with Lambda@Edge and CloudFront
Chinese cloud providers offer convenient image format and size conversion via URL parameters for their OSS/COS storage. AWS does not provide this out of the box — you need to write Lambda@Edge functions yourself. This article provides a complete guide on implementing image conversion with Lambda@Edge.
AWS-CodeArtifact
AWS CodeArtifact is a managed artifact repository that can host npm, Maven, and other packages.