aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-07-15 17:49:28 -0700
committerBryan Newbold <bnewbold@archive.org>2019-07-15 17:49:28 -0700
commit05ad577e5b65c825fdb7c6e86715208f9aa6365a (patch)
treee0b1756196814a160798e24940ae4a407008a44c
parentff2c1fe3051674fb9cc9f15e2349afcec1f173ff (diff)
downloadia-onion-service-05ad577e5b65c825fdb7c6e86715208f9aa6365a.tar.gz
ia-onion-service-05ad577e5b65c825fdb7c6e86715208f9aa6365a.zip
updated to V3
-rw-r--r--README.md2
-rw-r--r--admin_log.md26
2 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfe6e7d..21a4ebc 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,5 @@
- https://y6qlhnunn7km4lsw.onion
+ https://iquaejmlprpqktob4i7dtdczkc5lzb6gtexbaznpoaczbu33tvv5viad.onion
(self-signed cert)
diff --git a/admin_log.md b/admin_log.md
index 68fc691..5147b12 100644
--- a/admin_log.md
+++ b/admin_log.md
@@ -1,4 +1,30 @@
+## 2019-07-15
+
+Upgraded to git `c51d59fb118b752957f5dfcddfac37a0ee83f180` to try new v3
+support, among other things.
+
+After git pull, re-did `make-scripts` and install. Created an
+`archive_org_v3.tconf` to create the V3 cert, then copied that hash into the
+old `archive_org.conf` file. New V3 address is:
+
+ iquaejmlprpqktob4i7dtdczkc5lzb6gtexbaznpoaczbu33tvv5viad
+
+Got nginx errors when running `./eotk start archive_org`:
+
+ :::: start archive_org ::::
+
+ nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
+
+So instead ran:
+
+ sudo /etc/init.d/eotk-init.sh start
+
+Also added this line to top of config file to preserve "archive.org" in, eg,
+link text:
+
+ set preserve_csv tld-ao,archive\\.org,i,archive.org
+
## 2019-07-01
Installed on `ia-onion1` following `device_setup.md`.