From dc16294b3dfee8e91ee5b0f0bfb63dc2b268b2cd Mon Sep 17 00:00:00 2001 From: usual2970 <536464346@qq.com> Date: Wed, 9 Oct 2024 12:33:42 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README_EN.md b/README_EN.md index 70593e97..4d1794ea 100644 --- a/README_EN.md +++ b/README_EN.md @@ -32,6 +32,12 @@ You can download the precompiled binary files directly from the [Releases page]( ./certimate serve ``` +Or run the following command to automatically add a certificate to Certimate itself. + +```bash +./certimate serve yourDomain +``` + > [!NOTE] > When executing the binary file on macOS, you may see a prompt saying: “Cannot open ‘certimate’ because Apple cannot check it for malicious software.” You can go to System Preferences > Security & Privacy > General, then click “Allow Anyway,” and try executing the binary file again.