Get simpleid going with https (self signed)
diff --git a/TODO.on.site b/TODO.on.site
index bcfd36a..6113ec5 100644
--- a/TODO.on.site
+++ b/TODO.on.site
@@ -1,3 +1,10 @@
+To build:
+* nginx first because it creates selfsigned certificate:
+  docker-compose -f sourcearcade.yml build --build-arg SELFSIGNED_REQ_HOST=hostname nginx
+  - optionally: --build-arg SELFSIGNED_REQ_ALT_NAMES="DNS:name1 ..."
+* docker-compose -f sourcearcade.yml build --build-arg SELFSIGNED_REQ_HOST=hostname
+  - same build-args!
+
 Adapt checked in files:
 * Set server_name in `nginx/sa.conf`
 * Set SIMPLEID_BASE_URL in `simpleid/www/config.php`