@@ -0,0 +1,5 @@
#!/usr/bin/env bash
mkdir -p ssl
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ssl/localhost.key -out ssl/localhost.crt -subj "/C=US/ST=YourState/L=YourCity/O=YourOrganization/CN=localhost"
docker buildx build -t my-httpd .
The note is not visible to the blocked user.