Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
Symaldra.com (Cloudflare-Proxy is active)
I ran this command:
brew install python
brew unlink python && brew link python
sudo python3 -m venv /opt/certbot/ (1st Command)
sudo /opt/certbot/bin/pip install --upgrade pip (2nd Command)
sudo /opt/certbot/bin/pip install certbot
sudo ln -s /opt/certbot/bin/certbot /usr/bin/certbot
Following the Discussion here: Certbot doesn't install plugins via brew
and these Instructions:
Mac pip install guide: how to install pip 2 different ways
Certbot Instructions | Certbot
It produced this output:
Command 2 and 3 produced:
WARNING: The directory '/Users/username/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
among other things
and down the line Command 4 produced
ln: /usr/bin/certbot: Operation not permitted
My web server is (include version):
Apache HTTPD 2.4.62 (Unix)
The operating system my web server runs on is (include version):
MacOS Sonoma 14.6.1
My hosting provider, if applicable, is:
Not Applicable
I can login to a root shell on my machine (yes or no, or I don't know):
I believe so ?
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
zsh: command not found: certbot