From 234c7e0531475c4147a72dcd5c2238942cb931ac Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Sat, 30 Sep 2023 12:00:16 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 315a43f6..5f9c5225 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ If you do not specify the `local` flag you can find Kana's site files in `~/.con `--remove-default-plugins` Will remove the default "Hello Dolly" and Akismet plugins when starting the site. Note this will not restore them if they've been manually removed. +## Trusting the SSL certificate on Mac + +On MacOS, Kana will automatically attempt to add its SSL certificate to the MacOS system Keychain the first time you start a site where SSL is the default. You can manually do this without starting a new site using the `kana trust-ssl` command. + ## Importing an existing WordPress database Kana offers a simple way to import an existing WordPress database. Just use the `kana db import ` to get started.