summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-13 18:10:09 +0000
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-13 18:10:09 +0000
commitdbe1204d2e77192cdece1f75a4db8df40e132ca4 (patch)
tree306a5081ce3c70448c5a2a0a7677a13e12415be5
parent0fa11e29ac99d58fc360a1617c028e7882f39246 (diff)
parent4911e85f7cb19049c05227dbc12ef65bc25b1224 (diff)
downloadinfrastructure-dbe1204d2e77192cdece1f75a4db8df40e132ca4.tar.gz
Merge branch 'sam/ostree' into 'master'
Add ostree.baserock.org definitions See merge request !5
-rw-r--r--README.mdwn82
-rw-r--r--baserock_frontend/haproxy.cfg23
-rw-r--r--baserock_hosts5
-rw-r--r--baserock_ostree/image-config.yml54
-rw-r--r--baserock_ostree/instance-config.yml41
-rw-r--r--baserock_ostree/keys/baserock-gitlab-ci.key167
-rw-r--r--baserock_ostree/keys/baserock-gitlab-ci.key.pub1
-rw-r--r--baserock_ostree/keys/garyperkins.key.pub1
-rw-r--r--baserock_ostree/keys/pedroalvarez.key.pub1
-rw-r--r--baserock_ostree/keys/samthursfield.key.pub1
-rw-r--r--baserock_ostree/lighttpd.conf12
-rw-r--r--baserock_ostree/ostree-access-config.yml15
-rw-r--r--certs/frontend-full.pem126
-rw-r--r--certs/frontend.csr57
-rw-r--r--certs/frontend.pem69
-rw-r--r--firewall.yaml599
-rw-r--r--private/frontend-with-key.pem924
-rw-r--r--private/frontend.pem332
18 files changed, 1360 insertions, 1150 deletions
diff --git a/README.mdwn b/README.mdwn
index d4ae09b6..5a85066d 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -44,7 +44,7 @@ To run a playbook:
To run an ad-hoc command (upgrading, for example):
- ansible -i hosts fedora -m command -a 'sudo yum update -y'
+ ansible -i hosts fedora -m command -a 'sudo dnf update -y'
ansible -i hosts ubuntu -m command -a 'sudo apt-get update -y'
[Ansible]: http://www.ansible.com
@@ -278,12 +278,9 @@ the correct `$OS_AUTH_URL`.
### Firewall / Security Groups
The instructions assume the presence of a set of security groups. You can
-create these by running the following Ansible playbook. You'll need the
-OpenStack Ansible modules cloned from
-`https://github.com/openstack-ansible/openstack-ansible-modules/`.
+create these by running the following Ansible playbook.
- ANSIBLE_LIBRARY=../openstack-ansible-modules ansible-playbook -i hosts \
- firewall.yaml
+ ansible-playbook -i hosts firewall.yaml
### Placeholders
@@ -344,7 +341,7 @@ To deploy this system:
--flavor=dc1.1x0 \
--image=$fedora_image_id \
--nic="net-id=$network_id" \
- --security-groups default,gerrit,web-server \
+ --security-groups default,gerrit,shared-artifact-cache,web-server \
--user-data ./baserock-ops-team.cloud-config
ansible-playbook -i hosts baserock_frontend/image-config.yml
ansible-playbook -i hosts baserock_frontend/instance-config.yml
@@ -684,39 +681,6 @@ the final SSH command showing any errors.
ansible-playbook -i hosts baserock_storyboard/instance-backup-config.yml
ansible-playbook -i hosts baserock_storyboard/instance-storyboard-config.yml
-### Masons
-
-Mason is the name we use for an automated build and test system used in the
-Baserock project. The V2 Mason that runs as <https://mason-x86-32.baserock.org/>
-and <https://mason-x86-64.baserock.org/> lives in definitions.git, and is thus
-available in infrastructure.git too by default.
-
-To build mason-x86-64:
-
- git clone git://git.baserock.org/baserock/baserock/infrastructure.git
- cd infrastructure
-
- morph build systems/build-system-x86_64.morph
- morph deploy baserock_mason_x86_64/mason-x86-64.morph
-
- nova boot mason-x86-64.baserock.org \
- --key-name $keyname \
- --flavor 'dc1.2x2' \
- --image baserock_mason_x86_64 \
- --nic "net-id=$network_id,v4-fixed-ip=192.168.222.80" \
- --security-groups internal-only,mason-x86
- --user-data baserock-ops-team.cloud-config
-
-The mason-x86-32 system is the same, just subsitute '64' for '32' in the above
-commands.
-
-Note that the Masons are NOT in the 'default' security group, they are in
-'internal-only'. This is a way of enforcing the [policy] that the Baserock
-reference system definitions can only use source code hosted on
-git.baserock.org, by making it impossible to fetch code from anywhere else.
-
-[policy]: http://wiki.baserock.org/policies/
-
### Trove
To deploy to production, run these commands in a Baserock 'devel'
@@ -762,6 +726,29 @@ or 'build' system.
ansible-playbook -i hosts baserock_trove/configure-trove.yml
+### OSTree artifact cache
+
+To deploy this system to production:
+
+ nova volume-create \
+ --display-name ostree-volume \
+ --display-description 'OSTree cache volume' \
+ --volume-type Ceph \
+ 300
+
+ nova boot ostree.baserock.org \
+ --key-name $keyname \
+ --flavor dc1.2x8.40 \
+ --image $fedora_image_id \
+ --nic "net-id=$network_id,v4-fixed-ip=192.168.222.153" \
+ --security-groups default,web-server \
+ --user-data ./baserock-ops-team.cloud-config
+
+ nova volume-attach ostree.baserock.org <volume-id> /dev/vdb
+
+ ansible-playbook -i hosts baserock_ostree/image-config.yml
+ ansible-playbook -i hosts baserock_ostree/instance-config.yml
+ ansible-playbook -i hosts baserock_ostree/ostree-access-config.yml
Creating new repos
------------------
@@ -823,7 +810,7 @@ of the subdomains:
cd letsencrypt.sh
cat >domains.txt <<'EOF'
baserock.org
- irclogs.baserock.org download.baserock.org openid.baserock.org gerrit.baserock.org paste.baserock.org spec.baserock.org docs.baserock.org
+ cache.baserock.org docs.baserock.org download.baserock.org gerrit.baserock.org irclogs.baserock.org openid.baserock.org ostree.baserock.org paste.baserock.org spec.baserock.org
storyboard.baserock.org
git.baserock.org
EOF
@@ -842,7 +829,6 @@ decrypted. To show the contents of this file, run the following in a
ansible-vault view private/dnsapi.config.txt
-
Now, to generate the certs, run:
./dehydrated -c
@@ -858,11 +844,11 @@ certificates that are present in `certs` and `private` you will have to:
# Create some full certs including key for some services that need it this way
cat git.baserock.org/cert.csr git.baserock.org/cert.pem git.baserock.org/chain.pem git.baserock.org/privkey.pem > tmp/private/git-with-key.pem
- cat irclogs.baserock.org/cert.csr irclogs.baserock.org/cert.pem irclogs.baserock.org/chain.pem irclogs.baserock.org/privkey.pem > tmp/private/frontend-with-key.pem
+ cat cache.baserock.org/cert.csr cache.baserock.org/cert.pem cache.baserock.org/chain.pem cache.baserock.org/privkey.pem > tmp/private/frontend-with-key.pem
# Copy key files
cp git.baserock.org/privkey.pem tmp/private/git.pem
- cp irclogs.baserock.org/privkey.pem tmp/private/frontend.pem
+ cp cache.baserock.org/privkey.pem tmp/private/frontend.pem
cp storyboard.baserock.org/privkey.pem tmp/private/storyboard.pem
@@ -870,16 +856,16 @@ certificates that are present in `certs` and `private` you will have to:
cp git.baserock.org/cert.csr tmp/certs/git.csr
cp git.baserock.org/cert.pem tmp/certs/git.pem
cp git.baserock.org/chain.pem tmp/certs/git-chain.pem
- cp irclogs.baserock.org/cert.csr tmp/certs/frontend.csr
- cp irclogs.baserock.org/cert.pem tmp/certs/frontend.pem
- cp irclogs.baserock.org/chain.pem tmp/certs/frontend-chain.pem
+ cp cache.baserock.org/cert.csr tmp/certs/frontend.csr
+ cp cache.baserock.org/cert.pem tmp/certs/frontend.pem
+ cp cache.baserock.org/chain.pem tmp/certs/frontend-chain.pem
cp storyboard.baserock.org/cert.csr tmp/certs/storyboard.csr
cp storyboard.baserock.org/cert.pem tmp/certs/storyboard.pem
cp storyboard.baserock.org/chain.pem tmp/certs/storyboard-chain.pem
# Create full certs without keys
cat git.baserock.org/cert.csr git.baserock.org/cert.pem chain.pem > tmp/certs/git-full.pem
- cat irclogs.baserock.org/cert.csr irclogs.baserock.org/cert.pem irclogs.baserock.org/chain.pem > tmp/certs/frontend-full.pem
+ cat cache.baserock.org/cert.csr cache.baserock.org/cert.pem cache.baserock.org/chain.pem > tmp/certs/frontend-full.pem
cat storyboard.baserock.org/cert.csr storyboard.baserock.org/cert.pem storyboard.baserock.org/chain.pem > tmp/certs/storyboard-full.pem
Before replacing the current ones, make sure you **encrypt** the ones that contain
diff --git a/baserock_frontend/haproxy.cfg b/baserock_frontend/haproxy.cfg
index 76494878..f15c9a4d 100644
--- a/baserock_frontend/haproxy.cfg
+++ b/baserock_frontend/haproxy.cfg
@@ -67,6 +67,10 @@ frontend https-in
use_backend baserock_openid_provider_http if { hdr(host) -m beg -i openid }
+ acl host_ostree hdr(host) -m beg -i ostree
+ acl host_ostree hdr(host) -m beg -i cache
+ use_backend baserock_ostree_http if host_ostree
+
frontend ssh-in:
# FIXME: it'd be better if we could limit traffic on port 29418 to
# gerrit.baserock.org. There's no way of knowing from an SSH request
@@ -78,6 +82,15 @@ frontend ssh-in:
bind *:29418
default_backend baserock_gerrit_ssh
+ # Uploading artifacts can be slow; need a long timeout.
+ timeout client 12h
+
+ # Similarly, port 22200 on any instance forwards SSH to the ostree
+ # machine
+ mode tcp
+ bind *:22200
+ default_backend baserock_ostree_ssh
+
# It's very annoying for 'gerrit stream-events' to have disconnection
# after 50 seconds!
timeout client 1h
@@ -96,7 +109,6 @@ backend baserock_gerrit_http
backend baserock_gerrit_ssh
mode tcp
server baserock_gerrit 192.168.222.69:29418
-
# It's very annoying for 'gerrit stream-events' to have disconnection
# after 50 seconds!
timeout server 1h
@@ -107,5 +119,14 @@ backend baserock_irclogs_http
backend baserock_openid_provider_http
server baserock_openid_provider 192.168.222.144:80
+backend baserock_ostree_http
+ server baserock_ostree 192.168.222.153:80
+
+backend baserock_ostree_ssh
+ mode tcp
+ server baserock_ostree 192.168.222.153:22
+ # Uploading artifacts can be slow; need a long timeout.
+ timeout client 12h
+
backend baserock_webserver_http
server baserock_webserver 192.168.222.127:80
diff --git a/baserock_hosts b/baserock_hosts
index 8a376921..b1db755d 100644
--- a/baserock_hosts
+++ b/baserock_hosts
@@ -7,20 +7,17 @@
# all SSH access through the frontend machine.
[baserock]
-cache ansible_ssh_host=192.168.222.14
devel-system-64b ansible_ssh_host=192.168.222.41
gerrit ansible_ssh_host=192.168.222.69
git ansible_ssh_host=192.168.222.58
irclogs ansible_ssh_host=192.168.222.74
-#mason-armv7lhf ansible_ssh_host=192.168.222.15
-mason-x86-32 ansible_ssh_host=192.168.222.81
-mason-x86-64 ansible_ssh_host=192.168.222.80
[fedora]
frontend-haproxy ansible_ssh_host=185.43.218.170
database-mariadb ansible_ssh_host=192.168.222.146
mail ansible_ssh_host=192.168.222.145
openid ansible_ssh_host=192.168.222.144
+ostree ansible_ssh_host=192.168.222.153
webserver ansible_ssh_host=192.168.222.127
opengrok ansible_ssh_host=192.168.222.149
diff --git a/baserock_ostree/image-config.yml b/baserock_ostree/image-config.yml
new file mode 100644
index 00000000..24e8be9b
--- /dev/null
+++ b/baserock_ostree/image-config.yml
@@ -0,0 +1,54 @@
+# System configuration for Baserock OStree cache server.
+#
+# Tested against Fedora 25 base image.
+---
+- hosts: ostree
+ gather_facts: false
+ sudo: yes
+ tasks:
+ # See: https://fedoramagazine.org/getting-ansible-working-fedora-23/
+ - name: install Python2 and required deps for Ansible modules
+ raw: dnf install -y python2 python2-dnf libselinux-python
+
+ - name: enable persistant journal
+ shell: mkdir /var/log/journal
+ args:
+ creates: /var/log/journal
+
+ - name: ensure system up to date
+ dnf: name=* state=latest
+
+ - name: install lvm2 tools
+ dnf: name=lvm2 state=latest
+
+ - name: lighttpd installed
+ dnf: name=lighttpd state=latest
+
+ - name: ostree installed
+ dnf: name=ostree state=latest
+
+ # We only need BuildStream for the bst-artifact-receive hook, but it's
+ # easiest to install all the deps
+ - name: buildstream dep - bubblewrap
+ dnf: name=bubblewrap state=latest
+ - name: buildstream dep - git
+ dnf: name=git state=latest
+ - name: buildstream dep - python3-gobject
+ dnf: name=python3-gobject state=latest
+ - name: buildstream dep - python3-pip
+ dnf: name=python3-pip state=latest
+
+ - name: buildstream sources
+ git: dest=/home/fedora/buildstream repo=https://gitlab.com/buildstream/buildstream version=dd15b1ba494c4725fd452b6723ff799d1708830c
+
+ - name: buildstream installed
+ command: /usr/bin/pip3 install .
+ args:
+ chdir: /home/fedora/buildstream
+ creates: /usr/bin/bst-artifact-receive
+
+ - name: disable SELinux on subsequent boots
+ selinux: state=disabled
+
+ - name: disable SELinux on current boot
+ command: setenforce 0
diff --git a/baserock_ostree/instance-config.yml b/baserock_ostree/instance-config.yml
new file mode 100644
index 00000000..5286c61b
--- /dev/null
+++ b/baserock_ostree/instance-config.yml
@@ -0,0 +1,41 @@
+# Instance configuration for Baserock OStree cache server.
+#
+# Tested against Fedora 25 base image.
+#
+# See also: https://buildstream.gitlab.io/buildstream/artifacts.html
+---
+- hosts: ostree
+ gather_facts: false
+ sudo: yes
+ tasks:
+ - include: ../tasks/create-data-volume.yml lv_name=ostree lv_size=290g mountpoint=/srv
+
+ - name: ostree user
+ user: name=ostree
+
+ - name: data directory
+ file: mode=0755 owner=ostree group=ostree path=/srv/ostree/ state=directory
+
+ - name: cache repository
+ command: ostree init --repo=/srv/ostree/cache --mode=archive-z2
+ sudo_user: ostree
+ args:
+ creates: /srv/ostree/cache/config
+
+ - name: lighttpd configuration
+ copy:
+ src: lighttpd.conf
+ dest: /etc/lighttpd/lighttpd.conf
+
+ - name: restart lighttpd server
+ service: name=lighttpd enabled=yes state=restarted
+
+ - name: sshd configuration for ostree user -- header
+ lineinfile: state="present" line="Match user ostree" path=/etc/ssh/sshd_config
+ - name: sshd configuration for ostree user -- force command
+ lineinfile: state="present" line=" ForceCommand bst-artifact-receive --verbose /srv/ostree/cache" insertafter="Match user ostree" path=/etc/ssh/sshd_config
+ - name: sshd configuration for ostree user -- disable password auth
+ lineinfile: state="present" line=" PasswordAuthentication no" insertafter="Match user ostree" path=/etc/ssh/sshd_config
+
+ - name: restart sshd server
+ service: name=sshd enabled=yes state=restarted
diff --git a/baserock_ostree/keys/baserock-gitlab-ci.key b/baserock_ostree/keys/baserock-gitlab-ci.key
new file mode 100644
index 00000000..389cf291
--- /dev/null
+++ b/baserock_ostree/keys/baserock-gitlab-ci.key
@@ -0,0 +1,167 @@
+$ANSIBLE_VAULT;1.1;AES256
+64633038396266303030646235363938663463316333386561366233323737383930636131656237
+3431333366366433393336363934316432323535353365350a646236656633643234386666303837
+65376238323537323461376136653039363335313832393865643337306630643436326539386534
+6432353138303461310a313334393530356239643131613130616536316534316536376163363264
+39646665316433323966643938383438636434393230356435646563646564393966373163366137
+34373035363864353366336339333935336166386338393833653162653163316664643332366531
+63303630363731346662353138666537646236396266653436343639636430346133396435313536
+36363362636135313338663765326436396537313739663632666630373162396530376433656130
+32623533346530373366313463306663653732613066623433616565343331326431336336373838
+65616235386562633665636563363035326365643339386532336261376162616265656333636536
+65383433626430363230626432376233376164363833653162636236356365386635396530323435
+30383537326434356332363031626664653963636466623337613335313463613231323366393062
+34323763613635336537653136316138316338623534653966333437646462333333633338666234
+63396437346530633162366333373039346161373335653035376339373766386264643862323337
+30343234663862353833666562313263323631386230616233656432306531373738393432336634
+37316234373937313563663365316435366666393133376633656266333435333136643633653762
+66316133366131336364383464623134623331373837383262306138356365643733326665323764
+38386531356234373163313338633561303539633033646463613036383464616662373064333230
+63303939303665323838306234333166396566376130643836646330643739633435616661613938
+61613361643466326538306138393865333964643866643734323733636130313430666162396436
+30636635646261303162393965623864623138353936363233383339333338336333646665373133
+62333566366234306130666365613133653439373237376561383864323666376537376334343539
+32346436623839613936346463306666313662626532623031313735393430336461313735373263
+66626232363435373266323864326565383561316230326365363863373534616461323033643362
+63663133303933376665396164346163383035663235316664646232343239343438613532346439
+36306632326230666165646262636239326261326239333637653163613533363261343336653137
+61646461663433363939386535343538363763306464656132616662333466363262336562393738
+35613632616666366664363738353937323539343438346662383832666434613465633930663863
+64303730333166323934343034316434366431663563383766646632653038623864346436386265
+64613361306263326533306362383230613562343439353365356566613362666164616465623865
+39333737383764636363633133343032343134613737633265393737353866333734643864303136
+65333836343530353232376231343232386139303162656338333763626131393463383165306666
+30393463643432356233346363376464663966613834326366626437396161313330653863633239
+33376231356237313536373436303032343736393635386265653164346231366331383765633761
+35363733356337616562383663393162366662323937613734663938303734363232356637323564
+38653764633761383536393762313830303338353433396465643133393962623632393435333765
+61613664646466613636326436363162346632323061356562383765363234336432383463313736
+32396562313530663963376237646163303238376339376663323363323130376263363136373466
+31373365356366633331643633383539383035303131393362653437306164643938666562626332
+66363032653935656138623231363536613464303530613463333164636630376432386539366561
+33386230653965376366653765376338623936633937636437343765383466343866383261386166
+31653036623330623665623230316632346237366130376361613131653238336462663331363534
+32613862396461663838633738616139333933313936626334376162643164383535383730613137
+61313664336535323263626535353664373338646333306438653239303232343031323133383732
+31373930316265333866643035313230623039316333653762626630326365346365663165356461
+62333839613161663635336163383337363038646663333332663737623331323561643231343364
+65613833636430613263363631663065663932666631383139343439376134643030313564363266
+33326534336365656331333466646134636264363633393463303738373634346230303434383734
+34373933636134343266356663343039313334393661356561666332633234613763616331383962
+30313466656466646138656439323034366634336533643533326337633265343938326333396264
+32626635313066393333623233316139636538353239393831303963643238396463363066373438
+37356261376365373931663365316563623331326235356262653130613734323537356161373462
+36323261363736306466633230633134613763373065656566383062383666323137303534663038
+32306464333433383535323238333537626664343733666566663032323366386132393466353233
+65303934336361343162623865623630373163316532316563636164663538363339343465343265
+30363664346662363062613062633731396339333639333534666565346234623931633935653432
+39303661383235653366363662373930353034393064343035663064323362643530373861613636
+32393663383337613164353732316131376435343661323665326566363938323933383833343064
+64353739313437613066306664623638326139393831376138346139613831643231613837633939
+33656138346361636363373061663736343664383537353133393961393630663132343663373831
+63393565666237343364643532376166356531353465313339333461303362356561626232356439
+39336465326634613338316365333961633261666364373064363032393531353063333238393262
+30333931343861383331323138643739326436363933376230376535656235353233366664313237
+64323966613031636637353866356265353032666139653230663838396233663035313335346266
+65373337646334353364323834643334613063646334303963393530356232653634323134653435
+31356262396231663335333562336134386462313038626339336664616639333165343664393561
+66616331653737326565376338316636323433333635343263383639333663313166353764346661
+33623061386566303062313030323563653163613931616130373238643938663936316661653639
+37323938383233386532303734646364343362376666636637353532633934323333376136656163
+38643133636232376431343036373237333939303933356339666162366130313736396662393433
+61373632303730353134643765636165356239663765636631393463353737626665333139656532
+33633764373535623539366438376564356235306437663737313335663732653031326462366336
+34366331353939316332323234326632656264633538623133313631306533326265393964343731
+31653339663633376261656266663431393961376533636231643462386230383363643965363464
+64633039313336363136333535666262386664333137386633623239616163633735333065363062
+30633762393037653762653435616230343538393439383239626336636333386339666530666262
+31363233323064633539353231613666666461383763366139666138303733366638663635356161
+30376331666364353966663463313161613836303661373633666235333665323038633138633163
+39336136666366326461626164633965336439383963393433376261366136393533343362363462
+61313365656136306338613835353431653433356339323531653461356333396336626134353731
+34633133323536313461363032373265373833656438303537333465636265656664363062373035
+36623739386332333966323837333335366565396437663933313864393838636234663662303236
+30326333646130386262613466363566643661383661643138396561636264363239653961373430
+32386336663138646530336361346431386562373264643936306130343334616164633364313062
+65303937353464653562323663626133356164353835346132356166393963653864643865326439
+31633866313737386261333438383161363266626338366539303762336336613565393663393739
+36623066613164626162653062636563383566386634383037313538396161643737666437666638
+33643239353536393266313333646164323065656236383963383330613133633333306631626366
+32613666353564323139383834316564326432323838636165363838346164393365633233323432
+63393431633764656536356238646333313863623439326233363037626134306663383132643266
+61653134633762333631333836346134613463323530333134386230633039633433623965626135
+34353762326630333966323237626638373039343533633232623035323962323266313139343338
+32393433376331396135336539663366326330636330316563373130326662613737356566356465
+33396230333536333164393537656564386365323364346563326439613831306365383838376635
+35633766623236323766643638616162386365633634323762613638373236643839643636383538
+36353737373961356635313166373034346536636564323638326361663764663837336132333331
+63323230396139346637646439363031396134363735366364326131333662373334653863626539
+31306161363736356332663830656365646530623133653736313866303963653033353838366363
+30613165613238316532383231303433363039326666343237383861393333616562623236616330
+39356562306466333766353363666134326432376534363637656134333134386464313237383131
+34623061303531326432666134656561396335336631643863653439393938356331343139346563
+63613561376339373932613535626233623766623439366332393034376463323536303062303461
+61303766373235633933613365326532666235353231303466633066623932636265343833323631
+39613636316436373236343532626431333865363530383863326236393766313232613636643265
+30363865643231616261333966373938313963643934646131323039346439326139666332356164
+39633166656365303434616130383135343665613130323836643536633164616138396137313935
+62303836666432303434323433336162376664343366306430616661383634336639326332356461
+66616565393061666463326538333864373831653232653437333931653464363439643462383031
+63616432393331623464633438303834663533313238653463363361623037316264646233346631
+34616236363230333435666532623864393735323837656139386561646432663534643832393539
+66663165656539393761306637653564623033393032363665386463303335343066633235343734
+63346139393963643865316232353535373665616333366166363464383466396539663463383430
+38323539666466306333353563323264396534623431333235303865616461333533386666643566
+36323333343335323231373337386366376366363633393839366239653036346663336332646231
+33346663366339393636333265396666363138313239663738326432633737303531613933663763
+65373638613661363761623862636336393532633730333539333465646635333666643638666364
+33663965623733663435623564346132313931333533396437633863323337653866353134363961
+37376237623339666539376266643463653639653739366232393261643861376161323437633963
+30343161383032323339616462323432623465303637353938626461376339316264333336396466
+61656631343466386434353161626239643464373363663565363230393338313237353832316437
+34306230323139616634383930326365663130626165313433313331653061353130386330633039
+39393235316665393630613731356362333834363137356330316163326664616336376565396331
+61363739633062326564353862653164376538656363396164346532336666623965306662313836
+39373836613031343735386564313966666234366337313337363965306235303334366335663562
+65346137353831646466623532383430376632303433633331386637646530633561313337653037
+65326163393163383162643564633534383066363338333661313765393334333461653432623063
+64656635613366336634393835326431633538633230613662616532616164333939626433383537
+38316435656136323962623133343636303264323235313736366637316263616130663564666563
+36363333383062616662643736653930346435366537626335393936376239363666643736393262
+32333335643733373036613637306435356365386232643364313165626339336662633330646265
+34336330666232626431383761303739303138343637366338643761376634326136393331356638
+31323032653838313134366262376362356662633930313331626636316662386231643430346663
+65373636613461366237313231633738313838393766346239376131346661323136336132323034
+39346666373839613563626536313334353331613862653865376636663162383635656631336636
+36363865336166373839316333353035316132306264303335616135636536323363663538353561
+66303032373830333438373362366333633435333337376335633561643265653731376536306430
+31633765316565363537316661393164393438326635636433666633636161306530336436303235
+66346337656638373238323061666536613339306362616361306439306336326530326138326137
+66373232326539363335643062343031626538393634316338363135643438646531373962633764
+31373434313335333434333937373736396231393538643938616431643031636661663135316637
+62353032663731336134616262623865316463636564376633653730343230656234386630626536
+36303639663437396663653632383062663131626466306466633830373266346232336230626530
+37316331656564653937396138326430363137336266616462373636353131623363373038343637
+39326334653061623139323831323964626330666139343965323839393939353533353736346236
+63383963343435356130303830326535656434323266646639616164323163363433353334626538
+64393938623835366261643862623634613466343934636532326431666538646665356339346232
+38353533303732636135633539343732373635626438323461363961323638336331383562366461
+39656131376338636531363963633531623632653262663834383938333365333838656264386336
+64313361303261393133303866626435626335343965646466363134666335633735373633383061
+36363061373761356536643061366561326634323364363065343730366439666564326666616431
+32613566363330333236363034636231623461303633393830636638643562336238643831303039
+65313735303066653336613132353435616266666231643736613863316334363338663563633761
+38306539643238623461373234643635366332666561353665316333316137316539663766336464
+65353733383332303135346332643433636130613065366132616466313066306164306364363137
+62666639343238373464666365363139333237303837656135373439303036366466356465393564
+62363630663538326264633836383961343731373964383339373361363634643264663437316163
+37333461313335323235613264313665396531623363333664323565343531623437343439303463
+61313031663633383033393131653265663133616361626237623535383138313230306233636434
+32366265643734343539666538333936303731666366663634303439646531316662383335306232
+63356233656639333462333233343965366332643435393061663230343434393232613363666232
+33313136613435653032353466323339623662653765303065653338643031623937356265633664
+61623766346664383764336263326432356530613938623034653139613830323961336462373336
+63306235663038646364383732343335386134306265366664303664386665626538663531643965
+66396661663238623136353766356337363438623631393663383939386530346336613466346435
+65336164393764353361333334636335636132633030396538316432383939393630393165393166
+6330393165653032616466633334653636323065313635613834
diff --git a/baserock_ostree/keys/baserock-gitlab-ci.key.pub b/baserock_ostree/keys/baserock-gitlab-ci.key.pub
new file mode 100644
index 00000000..8b1da165
--- /dev/null
+++ b/baserock_ostree/keys/baserock-gitlab-ci.key.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDbOQYG8xCjqv+1FptkXQLd6SwNam8zT/PsIQBa+Dgdu0z2Bbd96HUKqmWB/QJv5pp2HaDDIW6Q9bU5PCCu5gfmJhO0/fG7T6Wp0UMElMNxKQCE65gdrN7m3aMJkHwdj26JpRl0YsymgPggD+iQ8mGgNsEjTxuSyFRMYt82SB0fAhFvjIPEQOVqwoqnNj/TOnj3t8xwlSwhyuZXtt+v92KikS/kcNldsHulG6hde9AuK9o1+KfwFDbC6auLnJEO6mOC1FmQRsEROyG0I9gK5N/ngRc9RIRLWEQ9e3Dpgn8sjCGH8gXoskJvtg8MMcIEe1HA0II9IiFMtentHrxvhzasedveSf5IsKMveOcX0w8pB4jjFN+Fy/XP2zGskR9AYVGMMYf1aX5/z9haoK8+/gG5+At7SfP3QtPJdRG9CJxFYuQxbkgyyfzJCkfzf45XnZjdr3UR+yKP5t7zUlnlVEIDK5PvwDu0V5NxN0Irf0Q+SspG2lluBDgOw++xAaUTrGuS3rgAQ/Xlr2s3kesxF5bx1d7Xpv8XuGCiqzIK/2Wk5FGPXZ3iQjdb2FbKxvCO+9bDeEyzj4NG/rALRvj+4PbmSKpITf7VFJoUHd5VccGnugex0cusQXSIuUFwzvVrNAkHl5TcCRHWS+tbvqLPrLmI75fgw1MixfZTr7v8C6guQw== baserock-gitlab-ci
diff --git a/baserock_ostree/keys/garyperkins.key.pub b/baserock_ostree/keys/garyperkins.key.pub
new file mode 100644
index 00000000..978d3d70
--- /dev/null
+++ b/baserock_ostree/keys/garyperkins.key.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQvRqmYpSVpff0MJq9aigjNQX22PdMkDiXpcV7EbDWdE3QLk7D818dljMKy2SvmgiEO7e/5jn8K7b9Dr88GF4dM/Oxc2k2yP9fzMoW+cE/drHBH+zDb9Zw1xa+t1AcMtl0XAEZft/hvpgx+Tp2XaEv6t7O9Ogxw1ahKtbkgDprhrnC9cVctu3VJhu8amY4BYZC9hRZUa02pCQl1i0klYq7E61zF8I25hS6HP0fbD/O+hAt5N3VqmkN+4QmCP8kkXSmyjKOurnXcGKPWonpOyB3cwVk3DO7krsw2qIIVoe/9PIK112oHNJxM01UUF+ZiPGEWawQfHRNG8Y03KQJanaf gary@garyp
diff --git a/baserock_ostree/keys/pedroalvarez.key.pub b/baserock_ostree/keys/pedroalvarez.key.pub
new file mode 100644
index 00000000..dfa0bfdb
--- /dev/null
+++ b/baserock_ostree/keys/pedroalvarez.key.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPuirtOH8D/6iNAb3DE079FcTmDlDgusVBJ2FC0O/FHSxwAgNwHhUbCxHAcO/N+HICSvDmjp16Ki0ti2ZxfworG88shPiMOGQfuJaRv1X15AV7NsO80Llsqy/x8X+WdA5iwpUyKM011vv/pS/DhSCHJFJ/vQFgox12HQSKZuzGIOupCiZfHES5t5oEPAcoQYCC0hO4ZevyeO0ZixrOGf/iyXHyb2BoQJAehixt28YOfdaW7Z29SssCGf7QvtADYg+vF5Tazln51vp1M+fo1oF0aa/VLN3gYuf+BI6x6sEc4N/ZQaCR5+oBP3/gIVlIwOOftzC9G+l6PBOS4368nZTv pedro.alvarez@codethink.co.uk
diff --git a/baserock_ostree/keys/samthursfield.key.pub b/baserock_ostree/keys/samthursfield.key.pub
new file mode 100644
index 00000000..d1146790
--- /dev/null
+++ b/baserock_ostree/keys/samthursfield.key.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAxgvojf+FclsNxUAcyEqwxle4KQEvtg+9GFz0NMtmIUJpN/O9ZXIMn5HwZGoitLa4VcwYk2CgXk6Iu5S9hwJrKk1WqHsJNoUXBfrNikb0UBAFChS6VyzoZANj6YPs8pb+zrtuok3xVgdEr8kufVvALQj1Wn5DtebkzfQzmeNW1Ym2HCyjD8Pc2sCcfV6o0Mj970cD7rGxaWA/mx/za6sdPkQI3m7bKClGh9k04HwzuIwHzA8s2OpccSd0xYOhoH7BrwyS9AEtzHJdlzSMDsmcehaz7WFE0oRAX+n/C5imtN0Zw7LRY/tJ8CcDGE9G2F8PATMu3LnFMNQYgwESZM3W8w== sam@candylion
diff --git a/baserock_ostree/lighttpd.conf b/baserock_ostree/lighttpd.conf
new file mode 100644
index 00000000..0126c723
--- /dev/null
+++ b/baserock_ostree/lighttpd.conf
@@ -0,0 +1,12 @@
+server.document-root = "/srv/ostree/"
+
+server.modules += (
+ "mod_access",
+ "mod_accesslog",
+ "mod_dirlisting",
+)
+
+server.errorlog = "/var/log/lighttpd/error.log"
+accesslog.filename = "/var/log/lighttpd/access.log"
+
+server.dir-listing = "enable"
diff --git a/baserock_ostree/ostree-access-config.yml b/baserock_ostree/ostree-access-config.yml
new file mode 100644
index 00000000..92560cb9
--- /dev/null
+++ b/baserock_ostree/ostree-access-config.yml
@@ -0,0 +1,15 @@
+# Access configuration for Baserock OStree cache server.
+---
+- hosts: ostree
+ gather_facts: false
+ sudo: yes
+ tasks:
+ - name: access for Baserock GitLab CI key
+ authorized_key:
+ user: ostree
+ key: '{{ lookup("file", "{{item}}") }}'
+ with_items:
+ - keys/baserock-gitlab-ci.key.pub
+ - keys/garyperkins.key.pub
+ - keys/pedroalvarez.key.pub
+ - keys/samthursfield.key.pub
diff --git a/certs/frontend-full.pem b/certs/frontend-full.pem
index 3a56f418..05015606 100644
--- a/certs/frontend-full.pem
+++ b/certs/frontend-full.pem
@@ -1,69 +1,71 @@
-----BEGIN CERTIFICATE REQUEST-----
-MIIFGDCCAwACAQAwHzEdMBsGA1UEAwwUaXJjbG9ncy5iYXNlcm9jay5vcmcwggIi
-MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDNEGFFnBazQeKHJkL7DalT1HRD
-0qqQ6a7OrWsp7Ns0TMfbAkyPNQdnPQ2mJDmWKEHd8TPHJWxUKbPkfgj0KJ1cOeRp
-KR7VK7cYN0d7oi225hxEBGS8Ir4yRcCqyOhmTmZA+sSe0sk6V27KpL7lB7iMowUo
-8pPXEGi62va+hKGPU9YC4VKcOJBsFIkBswmhfauMABE0QAfa++5KIjEzcwtzR8TK
-UgspZZm/jQxo/q3jv4XQLglWHGgVtbbANkS0MMuUSzlzUdj39pCrVe99IyfCX2L8
-uigntsdsFv6Lr9jqE4rAnwpTtflh1pgmq5o7EATalhkSfmXuyMOuZUQHDAjLLjP9
-l7g2Y727MX6UOPhX9cJd0u7DjFSP5tCQSbJlqGSEF0Ah4sObPfy4R2CCT3zml/Om
-wwDIpv94oR2Omdla7Oc4D8OFrg7WHWOaepDR55BTo3SjqoAsmjUjNhxlbNpcCTr8
-mTes7xMzSjf9lvZzzO7nuCwLbqZOTSVNFxgF5+nY709ANL0OACAamFCOzgp5OgAF
-eVgcH5HHpiE1My0Yd4chR1diEgwRd3GUxBx8UYTEhhcuIbM46TzOyTmgccJIHIE5
-Q9917qSJ0vTPTAg8toUoq7BY+Zb432x6TJFjRi+0XtPF23byRaCVg040BAykV+Gh
-cQEpeK/Fj4ZH3WXnBwIDAQABoIGzMIGwBgkqhkiG9w0BCQ4xgaIwgZ8wgZwGA1Ud
-EQSBlDCBkYIUaXJjbG9ncy5iYXNlcm9jay5vcmeCFWRvd25sb2FkLmJhc2Vyb2Nr
-Lm9yZ4ITb3BlbmlkLmJhc2Vyb2NrLm9yZ4ITZ2Vycml0LmJhc2Vyb2NrLm9yZ4IS
-cGFzdGUuYmFzZXJvY2sub3JnghFzcGVjLmJhc2Vyb2NrLm9yZ4IRZG9jcy5iYXNl
-cm9jay5vcmcwDQYJKoZIhvcNAQELBQADggIBACuN7dnPOlS0ujEmH/WylDGwCNgn
-yeIa4wbjjXL6N3iIAL4UedA4EtFbSl/bBACbWfoSLqspwz2wNLxgt2GYyyJpGpx2
-8fXTWOhyhjoUEL4AQ2z21y6CwqpjkRPH6bzrH9PMPjQ3KDvNISEB9maxgnfh/Hr1
-qgz9u58/SqSKJ38iBO/smKpU7so1zYxt7uCS1c60cJkaNt+i+n0NNJnmLtO8IzaU
-4fUgi+Zkz4YKmCokaV4KXkqrvgRAL1UTs+Zlx6iXxX2HmnY7zDIrR0enyzox4ZIq
-k2alwG64cT4nI0HfnOSpih72USnAzlx6IH5u7p4in7Mw4avLamTaGyHRsMMXhZeJ
-gmP5wvGinNrYVuyA66Rm3ikPxaskCKegJ4MIa/Zofa3IO0RDSXggaVr+j/5GVsfY
-R3nyfmFN3vZhuk6Ll3F+N5+iTQCsgF9UzKVbvcj6NpmQM8QcqJsH5p4NN11q6y6o
-kp/osp9F6vAvLsQ8JXAg8ePN7a2/pNYVDHG20ZGfvV4PWU81bGpg48ZqEnfBiou5
-AkqncK0qLjV6809U06KIpN2AE7bLwQ2Pak6ONl/V7mLq7qoVPnlhKhjvemKZ0RC5
-5E+LNVJzZUTTJSV5+ozOL/eY6FrWm+lPb4NG1tv5/w8nMj+AOWhlCYbDR+OpvtSu
-e9xWvmj3qmEXzmXv
+MIIFPzCCAycCAQAwHTEbMBkGA1UEAwwSY2FjaGUuYmFzZXJvY2sub3JnMIICIjAN
+BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0d+/KaTkmAFt/5hcNPgcRBXWrG05
+3IanmbkcuCMgg8IpnUijxptyvnXF56ogmOraq/uhYtiwg1RMGAaABq55pk+6dPgg
+L2ol5oJINguNXiwE6tLj/FSS700mlsbtgb87+IFGkS1w2rizVBtt3tWq57fU8pha
+piie2KC2eU9zOffjvIgl3P/MlU9RcKrmWmG9a4TrRIqwcvwdQYBU/iuSYYWltZmW
+nF54FIRnU/04LpHJr2Xd7R2AjI3tytw9pHT/uCpDnVMiUpDZq2J5lfFbrS8jsRZq
+5CbwkGU6ONIXlVVKpS3XMh6e1oj1DkpfmMJzmXVuAUqy0VG7n7DpmJEfOPT6h1BF
+V1g7KnWJWxPiBqqio6mhP+qhtBXOqATyv5JGx+PcXtEq3rhRIuLN9RLUXrDnNf0D
+EbIaRpb4ohvhw/B0vEyw9FBNDVf9tq7t7ApLGK0OBtkTgJYD3O78Wk2jDTM92mlh
+9IJxkCzR9OJxiuVHFsuK4VLPGxk1G9gZKNK0TMGt6iDgomdxKLTNxbMpQ3Fq1Uy5
+aQE40zA9Tvyxq60Wc5tTiB9e8TPqV8Q+Pn9CNAl/WU+DRe2Bjq8BkCf1MrhqWMM4
+CoZggcZuoljvNZdHDH60HEqKi4IqCmdB9Mp0KGk1Cfn9Vw/DL+EyvSJ0SnVyEgRp
+bLIhIRwuhy1ZEsUCAwEAAaCB3DCB2QYJKoZIhvcNAQkOMYHLMIHIMIHFBgNVHREE
+gb0wgbqCEmNhY2hlLmJhc2Vyb2NrLm9yZ4IRZG9jcy5iYXNlcm9jay5vcmeCFWRv
+d25sb2FkLmJhc2Vyb2NrLm9yZ4ITZ2Vycml0LmJhc2Vyb2NrLm9yZ4IUaXJjbG9n
+cy5iYXNlcm9jay5vcmeCE29wZW5pZC5iYXNlcm9jay5vcmeCE29zdHJlZS5iYXNl
+cm9jay5vcmeCEnBhc3RlLmJhc2Vyb2NrLm9yZ4IRc3BlYy5iYXNlcm9jay5vcmcw
+DQYJKoZIhvcNAQELBQADggIBALTV36hhdkPzk6ZB6vmHfadzcfpYCu7tbIk0OECn
++J8UXYM1TG8KqcRET352LS6BD7hNe8vAASKElUItNVGLFUzyh2r1UshmMEej+WDt
+D3cMJXWXGCH0/H9TqxCvA/D8WFKIv8yfX8I/OjuGOyxiVz6gbO6ODOVTDirOGBRO
+gmjmGPLkQLbZ1H0/CYLHdJbPoGXShOpUYv5yU5YovgdzgppFeVn+EUhRbrcacXN4
+lvOpya5RO7Su4/ysTMCbFHN0+8xw+N0XIQNMjSYALlRd1fZUC33P8G0YUI6p1wNV
+tYrMyLE8KEtv9B1fpib5d49ZURhmjhEUx4Loho3DQ31vtvBqDSylQWtKd695SCY5
+i1eAiWRukmkWaG7+p1bQH1LwmrBgx+nIvFvb/2P3C5wIqVkKlK4BHAIM29VvuhuR
+cEyFj2XlgCLVZRPnLSUeyNkWhT2aKgyLQxngdYXESmgMBGWYEk9OWFWdiqvg/h6Y
+I6JE1RsAtFtimMpRc9zskpZpafLfDUGYPRfeSN029orzfPAYi0Nxcrmbxjv42yaT
+R5dey1+wfqOFge3c/ux6cRl4uJoG5zCWjxAPR0jd0toc7QAFsi534+0xScB+fHrP
+V8SV0rrdm/zt5I/nhnpr2gYY1tphMI5rDxaQwGyL2k5bOUVWmYfSpIhIKyi5yjUo
+Crq5
-----END CERTIFICATE REQUEST-----
-----BEGIN CERTIFICATE-----
-MIIGijCCBXKgAwIBAgISA2QhzwgJWn2cDgQIqqfaCdmlMA0GCSqGSIb3DQEBCwUA
+MIIGsDCCBZigAwIBAgISA6zC1yEm+o8J3R0yTjgYL3UbMA0GCSqGSIb3DQEBCwUA
MEoxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MSMwIQYDVQQD
-ExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMzAeFw0xNzA1MjAxMDUwMDBaFw0x
-NzA4MTgxMDUwMDBaMB8xHTAbBgNVBAMTFGlyY2xvZ3MuYmFzZXJvY2sub3JnMIIC
-IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzRBhRZwWs0HihyZC+w2pU9R0
-Q9KqkOmuzq1rKezbNEzH2wJMjzUHZz0NpiQ5lihB3fEzxyVsVCmz5H4I9CidXDnk
-aSke1Su3GDdHe6IttuYcRARkvCK+MkXAqsjoZk5mQPrEntLJOlduyqS+5Qe4jKMF
-KPKT1xBoutr2voShj1PWAuFSnDiQbBSJAbMJoX2rjAARNEAH2vvuSiIxM3MLc0fE
-ylILKWWZv40MaP6t47+F0C4JVhxoFbW2wDZEtDDLlEs5c1HY9/aQq1XvfSMnwl9i
-/LooJ7bHbBb+i6/Y6hOKwJ8KU7X5YdaYJquaOxAE2pYZEn5l7sjDrmVEBwwIyy4z
-/Ze4NmO9uzF+lDj4V/XCXdLuw4xUj+bQkEmyZahkhBdAIeLDmz38uEdggk985pfz
-psMAyKb/eKEdjpnZWuznOA/Dha4O1h1jmnqQ0eeQU6N0o6qALJo1IzYcZWzaXAk6
-/Jk3rO8TM0o3/Zb2c8zu57gsC26mTk0lTRcYBefp2O9PQDS9DgAgGphQjs4KeToA
-BXlYHB+Rx6YhNTMtGHeHIUdXYhIMEXdxlMQcfFGExIYXLiGzOOk8zsk5oHHCSByB
-OUPfde6kidL0z0wIPLaFKKuwWPmW+N9sekyRY0YvtF7Txdt28kWglYNONAQMpFfh
-oXEBKXivxY+GR91l5wcCAwEAAaOCApMwggKPMA4GA1UdDwEB/wQEAwIFoDAdBgNV
-HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E
-FgQU5mxtixsY9IA7Q4Po2gh13OKw6FUwHwYDVR0jBBgwFoAUqEpqYwR93brm0Tm3
-pkVl7/Oo7KEwcAYIKwYBBQUHAQEEZDBiMC8GCCsGAQUFBzABhiNodHRwOi8vb2Nz
-cC5pbnQteDMubGV0c2VuY3J5cHQub3JnLzAvBggrBgEFBQcwAoYjaHR0cDovL2Nl
-cnQuaW50LXgzLmxldHNlbmNyeXB0Lm9yZy8wgZwGA1UdEQSBlDCBkYIRZG9jcy5i
-YXNlcm9jay5vcmeCFWRvd25sb2FkLmJhc2Vyb2NrLm9yZ4ITZ2Vycml0LmJhc2Vy
-b2NrLm9yZ4IUaXJjbG9ncy5iYXNlcm9jay5vcmeCE29wZW5pZC5iYXNlcm9jay5v
-cmeCEnBhc3RlLmJhc2Vyb2NrLm9yZ4IRc3BlYy5iYXNlcm9jay5vcmcwgf4GA1Ud
-IASB9jCB8zAIBgZngQwBAgEwgeYGCysGAQQBgt8TAQEBMIHWMCYGCCsGAQUFBwIB
-FhpodHRwOi8vY3BzLmxldHNlbmNyeXB0Lm9yZzCBqwYIKwYBBQUHAgIwgZ4MgZtU
-aGlzIENlcnRpZmljYXRlIG1heSBvbmx5IGJlIHJlbGllZCB1cG9uIGJ5IFJlbHlp
-bmcgUGFydGllcyBhbmQgb25seSBpbiBhY2NvcmRhbmNlIHdpdGggdGhlIENlcnRp
-ZmljYXRlIFBvbGljeSBmb3VuZCBhdCBodHRwczovL2xldHNlbmNyeXB0Lm9yZy9y
-ZXBvc2l0b3J5LzANBgkqhkiG9w0BAQsFAAOCAQEADXm13BpbY+SVUF+GlCYqqgzL
-kHlylmsuJqopYdwbBbLtTruR5qI6yI5Uv/3xFZvQ8uhv7GvCWrEqCv0NvtXabgbE
-fcXch4bjApmwZ/O5SAUHqgkQcKofzfe5CoNVPdCofMQs/NgvnPiIIW+/FHKg4i43
-7gSE6KblE+xxsgYU2G0u3XsyyprtTcxKWIRIQ8zDpUZ5XjqsPzihNlkF3kCHgxpC
-GfZdvoZIixp1Jj1rIMF0yQ7AMgFCK8V/r2L+7ft49oH6ooh+otHtT7dxf+MWVxGh
-Q9ub7bwi14u14Wq98+NK6QKuLTatJTSQJTtIgFK6KkOQ7glU1gy3gGH9V3EXcg==
+ExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMzAeFw0xNzA3MTIxNjU1MDBaFw0x
+NzEwMTAxNjU1MDBaMB0xGzAZBgNVBAMTEmNhY2hlLmJhc2Vyb2NrLm9yZzCCAiIw
+DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANHfvymk5JgBbf+YXDT4HEQV1qxt
+OdyGp5m5HLgjIIPCKZ1Io8abcr51xeeqIJjq2qv7oWLYsINUTBgGgAaueaZPunT4
+IC9qJeaCSDYLjV4sBOrS4/xUku9NJpbG7YG/O/iBRpEtcNq4s1Qbbd7Vque31PKY
+WqYontigtnlPczn347yIJdz/zJVPUXCq5lphvWuE60SKsHL8HUGAVP4rkmGFpbWZ
+lpxeeBSEZ1P9OC6Rya9l3e0dgIyN7crcPaR0/7gqQ51TIlKQ2atieZXxW60vI7EW
+auQm8JBlOjjSF5VVSqUt1zIentaI9Q5KX5jCc5l1bgFKstFRu5+w6ZiRHzj0+odQ
+RVdYOyp1iVsT4gaqoqOpoT/qobQVzqgE8r+SRsfj3F7RKt64USLizfUS1F6w5zX9
+AxGyGkaW+KIb4cPwdLxMsPRQTQ1X/bau7ewKSxitDgbZE4CWA9zu/FpNow0zPdpp
+YfSCcZAs0fTicYrlRxbLiuFSzxsZNRvYGSjStEzBreog4KJncSi0zcWzKUNxatVM
+uWkBONMwPU78sautFnObU4gfXvEz6lfEPj5/QjQJf1lPg0XtgY6vAZAn9TK4aljD
+OAqGYIHGbqJY7zWXRwx+tBxKiouCKgpnQfTKdChpNQn5/VcPwy/hMr0idEp1chIE
+aWyyISEcLoctWRLFAgMBAAGjggK7MIICtzAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0l
+BBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYE
+FLfOYNgnhTVXB29f2Jz59nrOz1hqMB8GA1UdIwQYMBaAFKhKamMEfd265tE5t6ZF
+Ze/zqOyhMG8GCCsGAQUFBwEBBGMwYTAuBggrBgEFBQcwAYYiaHR0cDovL29jc3Au
+aW50LXgzLmxldHNlbmNyeXB0Lm9yZzAvBggrBgEFBQcwAoYjaHR0cDovL2NlcnQu
+aW50LXgzLmxldHNlbmNyeXB0Lm9yZy8wgcUGA1UdEQSBvTCBuoISY2FjaGUuYmFz
+ZXJvY2sub3JnghFkb2NzLmJhc2Vyb2NrLm9yZ4IVZG93bmxvYWQuYmFzZXJvY2su
+b3JnghNnZXJyaXQuYmFzZXJvY2sub3JnghRpcmNsb2dzLmJhc2Vyb2NrLm9yZ4IT
+b3BlbmlkLmJhc2Vyb2NrLm9yZ4ITb3N0cmVlLmJhc2Vyb2NrLm9yZ4IScGFzdGUu
+YmFzZXJvY2sub3JnghFzcGVjLmJhc2Vyb2NrLm9yZzCB/gYDVR0gBIH2MIHzMAgG
+BmeBDAECATCB5gYLKwYBBAGC3xMBAQEwgdYwJgYIKwYBBQUHAgEWGmh0dHA6Ly9j
+cHMubGV0c2VuY3J5cHQub3JnMIGrBggrBgEFBQcCAjCBngyBm1RoaXMgQ2VydGlm
+aWNhdGUgbWF5IG9ubHkgYmUgcmVsaWVkIHVwb24gYnkgUmVseWluZyBQYXJ0aWVz
+IGFuZCBvbmx5IGluIGFjY29yZGFuY2Ugd2l0aCB0aGUgQ2VydGlmaWNhdGUgUG9s
+aWN5IGZvdW5kIGF0IGh0dHBzOi8vbGV0c2VuY3J5cHQub3JnL3JlcG9zaXRvcnkv
+MA0GCSqGSIb3DQEBCwUAA4IBAQBgykLga3vL0rdwYY/IdP4Oy2WhzntvjMcj3eO4
+SdcQHWYwjWeimbTms5ayDFIYUVcitwcbS8vaTNdAQg+e2UyqGQZ0tZvQ0vw8V9Vj
+UI9wqdmUVvHR+e/4w9eIlKTofEnLhk0wE+/IN+7rTEzj+1dbrVABOvN3glGreYjd
+Qbdq8KZfxbYqFXBtdyYlAfyNzc0tiiDzfOw2YoR4F+KLurn5IQfNYGC+zHSvT/ku
+Zf0QCO/EPV87+yqZmDViZuR2m3+FOYCXjJB8+ATApOqUBTPST3dNryyV9MWpTiAu
+PN9BuYxmyzMQKmxy2MZY0KUW/KFcebJZCWOyb/d7L0/qVrfK
-----END CERTIFICATE-----
http://cert.int-x3.letsencrypt.org/
diff --git a/certs/frontend.csr b/certs/frontend.csr
index 5c37d749..7cdc777b 100644
--- a/certs/frontend.csr
+++ b/certs/frontend.csr
@@ -1,30 +1,31 @@
-----BEGIN CERTIFICATE REQUEST-----
-MIIFGDCCAwACAQAwHzEdMBsGA1UEAwwUaXJjbG9ncy5iYXNlcm9jay5vcmcwggIi
-MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDNEGFFnBazQeKHJkL7DalT1HRD
-0qqQ6a7OrWsp7Ns0TMfbAkyPNQdnPQ2mJDmWKEHd8TPHJWxUKbPkfgj0KJ1cOeRp
-KR7VK7cYN0d7oi225hxEBGS8Ir4yRcCqyOhmTmZA+sSe0sk6V27KpL7lB7iMowUo
-8pPXEGi62va+hKGPU9YC4VKcOJBsFIkBswmhfauMABE0QAfa++5KIjEzcwtzR8TK
-UgspZZm/jQxo/q3jv4XQLglWHGgVtbbANkS0MMuUSzlzUdj39pCrVe99IyfCX2L8
-uigntsdsFv6Lr9jqE4rAnwpTtflh1pgmq5o7EATalhkSfmXuyMOuZUQHDAjLLjP9
-l7g2Y727MX6UOPhX9cJd0u7DjFSP5tCQSbJlqGSEF0Ah4sObPfy4R2CCT3zml/Om
-wwDIpv94oR2Omdla7Oc4D8OFrg7WHWOaepDR55BTo3SjqoAsmjUjNhxlbNpcCTr8
-mTes7xMzSjf9lvZzzO7nuCwLbqZOTSVNFxgF5+nY709ANL0OACAamFCOzgp5OgAF
-eVgcH5HHpiE1My0Yd4chR1diEgwRd3GUxBx8UYTEhhcuIbM46TzOyTmgccJIHIE5
-Q9917qSJ0vTPTAg8toUoq7BY+Zb432x6TJFjRi+0XtPF23byRaCVg040BAykV+Gh
-cQEpeK/Fj4ZH3WXnBwIDAQABoIGzMIGwBgkqhkiG9w0BCQ4xgaIwgZ8wgZwGA1Ud
-EQSBlDCBkYIUaXJjbG9ncy5iYXNlcm9jay5vcmeCFWRvd25sb2FkLmJhc2Vyb2Nr
-Lm9yZ4ITb3BlbmlkLmJhc2Vyb2NrLm9yZ4ITZ2Vycml0LmJhc2Vyb2NrLm9yZ4IS
-cGFzdGUuYmFzZXJvY2sub3JnghFzcGVjLmJhc2Vyb2NrLm9yZ4IRZG9jcy5iYXNl
-cm9jay5vcmcwDQYJKoZIhvcNAQELBQADggIBACuN7dnPOlS0ujEmH/WylDGwCNgn
-yeIa4wbjjXL6N3iIAL4UedA4EtFbSl/bBACbWfoSLqspwz2wNLxgt2GYyyJpGpx2
-8fXTWOhyhjoUEL4AQ2z21y6CwqpjkRPH6bzrH9PMPjQ3KDvNISEB9maxgnfh/Hr1
-qgz9u58/SqSKJ38iBO/smKpU7so1zYxt7uCS1c60cJkaNt+i+n0NNJnmLtO8IzaU
-4fUgi+Zkz4YKmCokaV4KXkqrvgRAL1UTs+Zlx6iXxX2HmnY7zDIrR0enyzox4ZIq
-k2alwG64cT4nI0HfnOSpih72USnAzlx6IH5u7p4in7Mw4avLamTaGyHRsMMXhZeJ
-gmP5wvGinNrYVuyA66Rm3ikPxaskCKegJ4MIa/Zofa3IO0RDSXggaVr+j/5GVsfY
-R3nyfmFN3vZhuk6Ll3F+N5+iTQCsgF9UzKVbvcj6NpmQM8QcqJsH5p4NN11q6y6o
-kp/osp9F6vAvLsQ8JXAg8ePN7a2/pNYVDHG20ZGfvV4PWU81bGpg48ZqEnfBiou5
-AkqncK0qLjV6809U06KIpN2AE7bLwQ2Pak6ONl/V7mLq7qoVPnlhKhjvemKZ0RC5
-5E+LNVJzZUTTJSV5+ozOL/eY6FrWm+lPb4NG1tv5/w8nMj+AOWhlCYbDR+OpvtSu
-e9xWvmj3qmEXzmXv
+MIIFPzCCAycCAQAwHTEbMBkGA1UEAwwSY2FjaGUuYmFzZXJvY2sub3JnMIICIjAN
+BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0d+/KaTkmAFt/5hcNPgcRBXWrG05
+3IanmbkcuCMgg8IpnUijxptyvnXF56ogmOraq/uhYtiwg1RMGAaABq55pk+6dPgg
+L2ol5oJINguNXiwE6tLj/FSS700mlsbtgb87+IFGkS1w2rizVBtt3tWq57fU8pha
+piie2KC2eU9zOffjvIgl3P/MlU9RcKrmWmG9a4TrRIqwcvwdQYBU/iuSYYWltZmW
+nF54FIRnU/04LpHJr2Xd7R2AjI3tytw9pHT/uCpDnVMiUpDZq2J5lfFbrS8jsRZq
+5CbwkGU6ONIXlVVKpS3XMh6e1oj1DkpfmMJzmXVuAUqy0VG7n7DpmJEfOPT6h1BF
+V1g7KnWJWxPiBqqio6mhP+qhtBXOqATyv5JGx+PcXtEq3rhRIuLN9RLUXrDnNf0D
+EbIaRpb4ohvhw/B0vEyw9FBNDVf9tq7t7ApLGK0OBtkTgJYD3O78Wk2jDTM92mlh
+9IJxkCzR9OJxiuVHFsuK4VLPGxk1G9gZKNK0TMGt6iDgomdxKLTNxbMpQ3Fq1Uy5
+aQE40zA9Tvyxq60Wc5tTiB9e8TPqV8Q+Pn9CNAl/WU+DRe2Bjq8BkCf1MrhqWMM4
+CoZggcZuoljvNZdHDH60HEqKi4IqCmdB9Mp0KGk1Cfn9Vw/DL+EyvSJ0SnVyEgRp
+bLIhIRwuhy1ZEsUCAwEAAaCB3DCB2QYJKoZIhvcNAQkOMYHLMIHIMIHFBgNVHREE
+gb0wgbqCEmNhY2hlLmJhc2Vyb2NrLm9yZ4IRZG9jcy5iYXNlcm9jay5vcmeCFWRv
+d25sb2FkLmJhc2Vyb2NrLm9yZ4ITZ2Vycml0LmJhc2Vyb2NrLm9yZ4IUaXJjbG9n
+cy5iYXNlcm9jay5vcmeCE29wZW5pZC5iYXNlcm9jay5vcmeCE29zdHJlZS5iYXNl
+cm9jay5vcmeCEnBhc3RlLmJhc2Vyb2NrLm9yZ4IRc3BlYy5iYXNlcm9jay5vcmcw
+DQYJKoZIhvcNAQELBQADggIBALTV36hhdkPzk6ZB6vmHfadzcfpYCu7tbIk0OECn
++J8UXYM1TG8KqcRET352LS6BD7hNe8vAASKElUItNVGLFUzyh2r1UshmMEej+WDt
+D3cMJXWXGCH0/H9TqxCvA/D8WFKIv8yfX8I/OjuGOyxiVz6gbO6ODOVTDirOGBRO
+gmjmGPLkQLbZ1H0/CYLHdJbPoGXShOpUYv5yU5YovgdzgppFeVn+EUhRbrcacXN4
+lvOpya5RO7Su4/ysTMCbFHN0+8xw+N0XIQNMjSYALlRd1fZUC33P8G0YUI6p1wNV
+tYrMyLE8KEtv9B1fpib5d49ZURhmjhEUx4Loho3DQ31vtvBqDSylQWtKd695SCY5
+i1eAiWRukmkWaG7+p1bQH1LwmrBgx+nIvFvb/2P3C5wIqVkKlK4BHAIM29VvuhuR
+cEyFj2XlgCLVZRPnLSUeyNkWhT2aKgyLQxngdYXESmgMBGWYEk9OWFWdiqvg/h6Y
+I6JE1RsAtFtimMpRc9zskpZpafLfDUGYPRfeSN029orzfPAYi0Nxcrmbxjv42yaT
+R5dey1+wfqOFge3c/ux6cRl4uJoG5zCWjxAPR0jd0toc7QAFsi534+0xScB+fHrP
+V8SV0rrdm/zt5I/nhnpr2gYY1tphMI5rDxaQwGyL2k5bOUVWmYfSpIhIKyi5yjUo
+Crq5
-----END CERTIFICATE REQUEST-----
diff --git a/certs/frontend.pem b/certs/frontend.pem
index fb1d2a86..092d1b73 100644
--- a/certs/frontend.pem
+++ b/certs/frontend.pem
@@ -1,37 +1,38 @@
-----BEGIN CERTIFICATE-----
-MIIGijCCBXKgAwIBAgISA2QhzwgJWn2cDgQIqqfaCdmlMA0GCSqGSIb3DQEBCwUA
+MIIGsDCCBZigAwIBAgISA6zC1yEm+o8J3R0yTjgYL3UbMA0GCSqGSIb3DQEBCwUA
MEoxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MSMwIQYDVQQD
-ExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMzAeFw0xNzA1MjAxMDUwMDBaFw0x
-NzA4MTgxMDUwMDBaMB8xHTAbBgNVBAMTFGlyY2xvZ3MuYmFzZXJvY2sub3JnMIIC
-IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzRBhRZwWs0HihyZC+w2pU9R0
-Q9KqkOmuzq1rKezbNEzH2wJMjzUHZz0NpiQ5lihB3fEzxyVsVCmz5H4I9CidXDnk
-aSke1Su3GDdHe6IttuYcRARkvCK+MkXAqsjoZk5mQPrEntLJOlduyqS+5Qe4jKMF
-KPKT1xBoutr2voShj1PWAuFSnDiQbBSJAbMJoX2rjAARNEAH2vvuSiIxM3MLc0fE
-ylILKWWZv40MaP6t47+F0C4JVhxoFbW2wDZEtDDLlEs5c1HY9/aQq1XvfSMnwl9i
-/LooJ7bHbBb+i6/Y6hOKwJ8KU7X5YdaYJquaOxAE2pYZEn5l7sjDrmVEBwwIyy4z
-/Ze4NmO9uzF+lDj4V/XCXdLuw4xUj+bQkEmyZahkhBdAIeLDmz38uEdggk985pfz
-psMAyKb/eKEdjpnZWuznOA/Dha4O1h1jmnqQ0eeQU6N0o6qALJo1IzYcZWzaXAk6
-/Jk3rO8TM0o3/Zb2c8zu57gsC26mTk0lTRcYBefp2O9PQDS9DgAgGphQjs4KeToA
-BXlYHB+Rx6YhNTMtGHeHIUdXYhIMEXdxlMQcfFGExIYXLiGzOOk8zsk5oHHCSByB
-OUPfde6kidL0z0wIPLaFKKuwWPmW+N9sekyRY0YvtF7Txdt28kWglYNONAQMpFfh
-oXEBKXivxY+GR91l5wcCAwEAAaOCApMwggKPMA4GA1UdDwEB/wQEAwIFoDAdBgNV
-HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E
-FgQU5mxtixsY9IA7Q4Po2gh13OKw6FUwHwYDVR0jBBgwFoAUqEpqYwR93brm0Tm3
-pkVl7/Oo7KEwcAYIKwYBBQUHAQEEZDBiMC8GCCsGAQUFBzABhiNodHRwOi8vb2Nz
-cC5pbnQteDMubGV0c2VuY3J5cHQub3JnLzAvBggrBgEFBQcwAoYjaHR0cDovL2Nl
-cnQuaW50LXgzLmxldHNlbmNyeXB0Lm9yZy8wgZwGA1UdEQSBlDCBkYIRZG9jcy5i
-YXNlcm9jay5vcmeCFWRvd25sb2FkLmJhc2Vyb2NrLm9yZ4ITZ2Vycml0LmJhc2Vy
-b2NrLm9yZ4IUaXJjbG9ncy5iYXNlcm9jay5vcmeCE29wZW5pZC5iYXNlcm9jay5v
-cmeCEnBhc3RlLmJhc2Vyb2NrLm9yZ4IRc3BlYy5iYXNlcm9jay5vcmcwgf4GA1Ud
-IASB9jCB8zAIBgZngQwBAgEwgeYGCysGAQQBgt8TAQEBMIHWMCYGCCsGAQUFBwIB
-FhpodHRwOi8vY3BzLmxldHNlbmNyeXB0Lm9yZzCBqwYIKwYBBQUHAgIwgZ4MgZtU
-aGlzIENlcnRpZmljYXRlIG1heSBvbmx5IGJlIHJlbGllZCB1cG9uIGJ5IFJlbHlp
-bmcgUGFydGllcyBhbmQgb25seSBpbiBhY2NvcmRhbmNlIHdpdGggdGhlIENlcnRp
-ZmljYXRlIFBvbGljeSBmb3VuZCBhdCBodHRwczovL2xldHNlbmNyeXB0Lm9yZy9y
-ZXBvc2l0b3J5LzANBgkqhkiG9w0BAQsFAAOCAQEADXm13BpbY+SVUF+GlCYqqgzL
-kHlylmsuJqopYdwbBbLtTruR5qI6yI5Uv/3xFZvQ8uhv7GvCWrEqCv0NvtXabgbE
-fcXch4bjApmwZ/O5SAUHqgkQcKofzfe5CoNVPdCofMQs/NgvnPiIIW+/FHKg4i43
-7gSE6KblE+xxsgYU2G0u3XsyyprtTcxKWIRIQ8zDpUZ5XjqsPzihNlkF3kCHgxpC
-GfZdvoZIixp1Jj1rIMF0yQ7AMgFCK8V/r2L+7ft49oH6ooh+otHtT7dxf+MWVxGh
-Q9ub7bwi14u14Wq98+NK6QKuLTatJTSQJTtIgFK6KkOQ7glU1gy3gGH9V3EXcg==
+ExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMzAeFw0xNzA3MTIxNjU1MDBaFw0x
+NzEwMTAxNjU1MDBaMB0xGzAZBgNVBAMTEmNhY2hlLmJhc2Vyb2NrLm9yZzCCAiIw
+DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANHfvymk5JgBbf+YXDT4HEQV1qxt
+OdyGp5m5HLgjIIPCKZ1Io8abcr51xeeqIJjq2qv7oWLYsINUTBgGgAaueaZPunT4
+IC9qJeaCSDYLjV4sBOrS4/xUku9NJpbG7YG/O/iBRpEtcNq4s1Qbbd7Vque31PKY
+WqYontigtnlPczn347yIJdz/zJVPUXCq5lphvWuE60SKsHL8HUGAVP4rkmGFpbWZ
+lpxeeBSEZ1P9OC6Rya9l3e0dgIyN7crcPaR0/7gqQ51TIlKQ2atieZXxW60vI7EW
+auQm8JBlOjjSF5VVSqUt1zIentaI9Q5KX5jCc5l1bgFKstFRu5+w6ZiRHzj0+odQ
+RVdYOyp1iVsT4gaqoqOpoT/qobQVzqgE8r+SRsfj3F7RKt64USLizfUS1F6w5zX9
+AxGyGkaW+KIb4cPwdLxMsPRQTQ1X/bau7ewKSxitDgbZE4CWA9zu/FpNow0zPdpp
+YfSCcZAs0fTicYrlRxbLiuFSzxsZNRvYGSjStEzBreog4KJncSi0zcWzKUNxatVM
+uWkBONMwPU78sautFnObU4gfXvEz6lfEPj5/QjQJf1lPg0XtgY6vAZAn9TK4aljD
+OAqGYIHGbqJY7zWXRwx+tBxKiouCKgpnQfTKdChpNQn5/VcPwy/hMr0idEp1chIE
+aWyyISEcLoctWRLFAgMBAAGjggK7MIICtzAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0l
+BBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYE
+FLfOYNgnhTVXB29f2Jz59nrOz1hqMB8GA1UdIwQYMBaAFKhKamMEfd265tE5t6ZF
+Ze/zqOyhMG8GCCsGAQUFBwEBBGMwYTAuBggrBgEFBQcwAYYiaHR0cDovL29jc3Au
+aW50LXgzLmxldHNlbmNyeXB0Lm9yZzAvBggrBgEFBQcwAoYjaHR0cDovL2NlcnQu
+aW50LXgzLmxldHNlbmNyeXB0Lm9yZy8wgcUGA1UdEQSBvTCBuoISY2FjaGUuYmFz
+ZXJvY2sub3JnghFkb2NzLmJhc2Vyb2NrLm9yZ4IVZG93bmxvYWQuYmFzZXJvY2su
+b3JnghNnZXJyaXQuYmFzZXJvY2sub3JnghRpcmNsb2dzLmJhc2Vyb2NrLm9yZ4IT
+b3BlbmlkLmJhc2Vyb2NrLm9yZ4ITb3N0cmVlLmJhc2Vyb2NrLm9yZ4IScGFzdGUu
+YmFzZXJvY2sub3JnghFzcGVjLmJhc2Vyb2NrLm9yZzCB/gYDVR0gBIH2MIHzMAgG
+BmeBDAECATCB5gYLKwYBBAGC3xMBAQEwgdYwJgYIKwYBBQUHAgEWGmh0dHA6Ly9j
+cHMubGV0c2VuY3J5cHQub3JnMIGrBggrBgEFBQcCAjCBngyBm1RoaXMgQ2VydGlm
+aWNhdGUgbWF5IG9ubHkgYmUgcmVsaWVkIHVwb24gYnkgUmVseWluZyBQYXJ0aWVz
+IGFuZCBvbmx5IGluIGFjY29yZGFuY2Ugd2l0aCB0aGUgQ2VydGlmaWNhdGUgUG9s
+aWN5IGZvdW5kIGF0IGh0dHBzOi8vbGV0c2VuY3J5cHQub3JnL3JlcG9zaXRvcnkv
+MA0GCSqGSIb3DQEBCwUAA4IBAQBgykLga3vL0rdwYY/IdP4Oy2WhzntvjMcj3eO4
+SdcQHWYwjWeimbTms5ayDFIYUVcitwcbS8vaTNdAQg+e2UyqGQZ0tZvQ0vw8V9Vj
+UI9wqdmUVvHR+e/4w9eIlKTofEnLhk0wE+/IN+7rTEzj+1dbrVABOvN3glGreYjd
+Qbdq8KZfxbYqFXBtdyYlAfyNzc0tiiDzfOw2YoR4F+KLurn5IQfNYGC+zHSvT/ku
+Zf0QCO/EPV87+yqZmDViZuR2m3+FOYCXjJB8+ATApOqUBTPST3dNryyV9MWpTiAu
+PN9BuYxmyzMQKmxy2MZY0KUW/KFcebJZCWOyb/d7L0/qVrfK
-----END CERTIFICATE-----
diff --git a/firewall.yaml b/firewall.yaml
index 64c9200c..5b5b7166 100644
--- a/firewall.yaml
+++ b/firewall.yaml
@@ -14,390 +14,293 @@
# <https://github.com/openstack-ansible/openstack-ansible-modules/>.
- hosts: localhost
+ gather_facts: false
tasks:
- name: default security group
- neutron_sec_group:
+ os_security_group:
name: default
description: Allow all outgoing traffic, and allow incoming ICMP (ping) and SSH connections
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
-
- rules:
- - direction: egress
- port_range_min: 0
- port_range_max: 255
- ethertype: IPv4
- protocol: icmp
- remote_ip_prefix: 0.0.0.0/0
-
- - direction: egress
- port_range_min: 1
- port_range_max: 65535
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- - direction: egress
- port_range_min: 1
- port_range_max: 65535
- ethertype: IPv4
- protocol: udp
- remote_ip_prefix: 0.0.0.0/0
-
- # ICMP: allow ping!
- - direction: ingress
- port_range_min: 0
- port_range_max: 255
- ethertype: IPv4
- protocol: icmp
- remote_ip_prefix: 0.0.0.0/0
-
- # 22: Allow SSH access to all instances.
- - direction: ingress
- port_range_min: 22
- port_range_max: 22
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # This group is an alternative to 'default' for machines that should be
- # prevented from connecting to the outside world.
- - name: internal-only security group
- neutron_sec_group:
- name: internal-only
- description: Allow outgoing connections only to local network, and incoming ICMP and SSH
- state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
-
- rules:
- - direction: egress
- port_range_min: 0
- port_range_max: 255
- ethertype: IPv4
- protocol: icmp
- remote_ip_prefix: 192.168.222.0/24
-
- - direction: egress
- port_range_min: 1
- port_range_max: 65535
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 192.168.222.0/24
-
- - direction: egress
- port_range_min: 1
- port_range_max: 65535
- ethertype: IPv4
- protocol: udp
- remote_ip_prefix: 192.168.222.0/24
-
- # ICMP: allow ping!
- - direction: ingress
- port_range_min: 0
- port_range_max: 255
- ethertype: IPv4
- protocol: icmp
- remote_ip_prefix: 0.0.0.0/0
-
- # 22: Allow SSH access to all instances.
- - direction: ingress
- port_range_min: 22
- port_range_max: 22
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
+
+ - name: default security group - allow outgoing ICMP
+ os_security_group_rule:
+ security_group: default
+ direction: egress
+ port_range_min: 0
+ port_range_max: 255
+ ethertype: IPv4
+ protocol: icmp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: default security group - allow outgoing TCP
+ os_security_group_rule:
+ security_group: default
+ direction: egress
+ port_range_min: 1
+ port_range_max: 65535
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: default security group -- allow outgoing UDP
+ os_security_group_rule:
+ security_group: default
+ direction: egress
+ port_range_min: 1
+ port_range_max: 65535
+ ethertype: IPv4
+ protocol: udp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: default security group -- allow incoming ICMP
+ os_security_group_rule:
+ security_group: default
+ direction: ingress
+ port_range_min: 0
+ port_range_max: 255
+ ethertype: IPv4
+ protocol: icmp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: default security group -- allow incoming TCP on port 22 for SSH
+ os_security_group_rule:
+ security_group: default
+ direction: ingress
+ port_range_min: 22
+ port_range_max: 22
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
- name: open security group
- neutron_sec_group:
+ os_security_group:
name: open
description: Allow inbound traffic on all ports. DO NOT USE EXCEPT FOR TESTING!!!
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
-
- rules:
- - direction: ingress
- port_range_min: 1
- port_range_max: 65535
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- - direction: ingress
- port_range_min: 1
- port_range_max: 65535
- ethertype: IPv4
- protocol: udp
- remote_ip_prefix: 0.0.0.0/0
+
+ - name: open security group -- allow incoming TCP
+ os_security_group_rule:
+ security_group: open
+ direction: ingress
+ port_range_min: 1
+ port_range_max: 65535
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: open security group -- allow incoming UDP
+ os_security_group_rule:
+ security_group: open
+ direction: ingress
+ port_range_min: 1
+ port_range_max: 65535
+ ethertype: IPv4
+ protocol: udp
+ remote_ip_prefix: 0.0.0.0/0
- name: database-mysql security group
- neutron_sec_group:
+ os_security_group:
name: database-mysql
description: Allow internal machines to access MariaDB database.
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
- rules:
- # 3306: MariaDB
- - direction: ingress
- port_range_min: 3306
- port_range_max: 3306
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
+
+ - name: database security group -- allow incoming TCP on port 3306 for MariaDB connections
+ os_security_group_rule:
+ security_group: database-mysql
+ direction: ingress
+ port_range_min: 3306
+ port_range_max: 3306
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
- name: gerrit security group
- neutron_sec_group:
+ os_security_group:
name: gerrit
description: Allow access to Gerrit SSH daemon port 29418, plus HTTP, HTTPS and Git protocol.
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
- rules:
- # 80: HTTP, for browsing repos with cgit, and Git-over-HTTP.
- - direction: ingress
- port_range_min: 80
- port_range_max: 80
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 443: HTTPS, for browsing repos with cgit, and Git-over-HTTPS.
- - direction: ingress
- port_range_min: 443
- port_range_max: 443
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 8080: HTTP, for Gerrit web frontend
- - direction: ingress
- port_range_min: 8080
- port_range_max: 8080
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 9418: Git.
- - direction: ingress
- port_range_min: 9418
- port_range_max: 9418
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 29418: Gerrit SSH daemon.
- - direction: ingress
- port_range_min: 29418
- port_range_max: 29418
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
+
+ - name: gerrit security group -- allow incoming TCP on port 80 or cgit and Git-over-HTTP
+ os_security_group_rule:
+ security_group: gerrit
+ direction: ingress
+ port_range_min: 80
+ port_range_max: 80
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: gerrit security group -- allow incoming TCP on port 443 for cgit and Git-over-HTTPS
+ os_security_group_rule:
+ security_group: gerrit
+ direction: ingress
+ port_range_min: 443
+ port_range_max: 443
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: gerrit security group -- allow incoming TCP on port 8080 for Gerrit web frontend
+ os_security_group_rule:
+ security_group: gerrit
+ direction: ingress
+ port_range_min: 8080
+ port_range_max: 8080
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: gerrit security group -- allow incoming TCP on port 9148 for git protocol
+ os_security_group_rule:
+ security_group: gerrit
+ direction: ingress
+ port_range_min: 9418
+ port_range_max: 9418
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: gerrit security group -- allow incoming TCP on port 29148 for Gerrit SSH daemon
+ os_security_group_rule:
+ security_group: gerrit
+ direction: ingress
+ port_range_min: 29418
+ port_range_max: 29418
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
- name: git-server security group
- neutron_sec_group:
+ os_security_group:
name: git-server
- description: Allow inbound SSH, HTTP, HTTPS and Git.
+ description: Allow inbound SSH, HTTP, HTTPS, Git, and morph-cache-server requests.
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
- rules:
- # 22: SSH, for Git-over-SSH access.
- - direction: ingress
- port_range_min: 22
- port_range_max: 22
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 80: HTTP, for browsing repos with cgit, and Git-over-HTTP.
- - direction: ingress
- port_range_min: 80
- port_range_max: 80
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 443: HTTPS, for browsing repos with cgit, and Git-over-HTTPS.
- - direction: ingress
- port_range_min: 443
- port_range_max: 443
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 9418: Git.
- - direction: ingress
- port_range_min: 9418
- port_range_max: 9418
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
+
+ - name: git-server security group -- allow incoming TCP on port 22 for Git-over-SSH
+ os_security_group_rule:
+ security_group: git-server
+ direction: ingress
+ port_range_min: 22
+ port_range_max: 22
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: git-server security group -- allow incoming TCP on port 80 for cgit and Git-over-HTTP
+ os_security_group_rule:
+ security_group: git-server
+ direction: ingress
+ port_range_min: 80
+ port_range_max: 80
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: git-server security group -- allow incoming TCP on port 443 for cgit and Git-over-HTTPS
+ os_security_group_rule:
+ security_group: git-server
+ direction: ingress
+ port_range_min: 443
+ port_range_max: 443
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: git-server security group -- allow incoming TCP on port 8080 for morph-cache-server protocol
+ os_security_group_rule:
+ security_group: git-server
+ direction: ingress
+ port_range_min: 8080
+ port_range_max: 8080
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: git-server security group -- allow incoming TCP on port 9418 for git protocol
+ os_security_group_rule:
+ security_group: git-server
+ direction: ingress
+ port_range_min: 9418
+ port_range_max: 9418
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
- name: internal mail relay security group
- neutron_sec_group:
+ os_security_group:
name: internal-mail-relay
description: Allow receiving internal-only connections on port 25 for SMTP
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
-
- rules:
- # 25: SMTP, for sending emails.
- - direction: ingress
- port_range_min: 25
- port_range_max: 25
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 192.168.222.0/24
-
- - name: Mason x86 security group
- neutron_sec_group:
- name: mason-x86
- description: Allow inbound HTTP and HTTPS, and cache server fetches from port 8080.
- state: present
-
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
-
- rules:
- # 80: HTTP
- - direction: ingress
- port_range_min: 80
- port_range_max: 80
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 443: HTTPS
- - direction: ingress
- port_range_min: 443
- port_range_max: 443
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 7878: morph distbuild controller port. This rule allows a devel
- # system inside the Baserock cloud to use the Mason instances for
- # distbuilding, which is useful when building a Baserock release
- # among other things.
- - direction: ingress
- port_range_min: 7878
- port_range_max: 7878
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 192.168.222.0/24
-
- # 8080: morph-cache-server server port. The x86 Masons use
- # cache.baserock.org as the cache server for their distbuild
- # networks. So cache.baserock.org needs to be able to connect to
- # them on this port to fetch artifacts.
- - direction: ingress
- port_range_min: 8080
- port_range_max: 8080
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 185.43.218.0/0
- # It'd be nice to limit access by security group, but it doesn't
- # seem to actually work. Perhaps because we use external IP to
- # access instead of internal IP.
- #remote_group_id: "{{ default_group.sec_group.id }}"
+ - name: internal mail relay security group -- allow incoming TCP from internal hosts on port 25 for SMTP
+ os_security_group_rule:
+ security_group: internal-mail-relay
+ direction: ingress
+ port_range_min: 25
+ port_range_max: 25
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 192.168.222.0/24
- name: shared-artifact-cache security group
- neutron_sec_group:
+ os_security_group:
name: shared-artifact-cache
- description: Allow inbound HTTP, HTTPS and read-only Morph artifact cache access. Allow writable Morph artifact cache access from internal IPs.
+ description: Allow inbound HTTP, HTTPS and ostree-over-SSH (which I've assigned to port 22200)
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
- rules:
- # 80: HTTP for cache server web frontend (at the time of writing, this
- # is a useless and empty cgit page, but we may improve it in future).
- - direction: ingress
- port_range_min: 80
- port_range_max: 80
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 443: HTTPS.
- - direction: ingress
- port_range_min: 443
- port_range_max: 443
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 8080: Read-only Morph artifact cache server.
- - direction: ingress
- port_range_min: 8080
- port_range_max: 8080
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 8081: 'writable cache server' port. Anyone who can connect
- # to this port can delete or overwrite cached artifacts.
- #
- # FIXME: because the Masons use cache.baserock.org instead of
- # 192.168.0.16 to access the shared artifact cache, we need to
- # permit traffic from our public IP range. This provides a
- # theoritical attack vector from other tenancies, so we should
- # fix the Masons and remove this rule.
- - direction: ingress
- port_range_min: 8081
- port_range_max: 8081
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 185.43.218.0/0
- # It'd be nice to limit access by security group, but it doesn't
- # seem to actually work. Perhaps because we use external IP to
- # access instead of internal IP.
- #remote_group_id: "{{ default_group.sec_group.id }}"
+
+ - name: shared-artifact-cache security group -- allow incoming TCP on port 80 for ostree-over-HTTP
+ os_security_group_rule:
+ security_group: shared-artifact-cache
+ direction: ingress
+ port_range_min: 80
+ port_range_max: 80
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: shared-artifact-cache security group -- allow incoming TCP on port 443 for ostree-over-HTTP
+ os_security_group_rule:
+ security_group: shared-artifact-cache
+ direction: ingress
+ port_range_min: 443
+ port_range_max: 443
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ # The port number here was chosen arbitrarily.
+ - name: shared-artifact-cache security group -- allow incoming TCP on port 22200 for ostree-over-SSH
+ os_security_group_rule:
+ security_group: shared-artifact-cache
+ direction: ingress
+ port_range_min: 22200
+ port_range_max: 22200
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
- name: web-server security group
- neutron_sec_group:
+ os_security_group:
name: web-server
description: Allow inbound HTTP and HTTPS.
state: present
- auth_url: "{{ ansible_env.OS_AUTH_URL }}"
- login_username: "{{ ansible_env.OS_USERNAME }}"
- login_password: "{{ ansible_env.OS_PASSWORD }}"
- login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}"
- rules:
- # 80: HTTP
- - direction: ingress
- port_range_min: 80
- port_range_max: 80
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
-
- # 443: HTTPS
- - direction: ingress
- port_range_min: 443
- port_range_max: 443
- ethertype: IPv4
- protocol: tcp
- remote_ip_prefix: 0.0.0.0/0
+
+ - name: web-server security group -- allow incoming TCP on port 80 for HTTP
+ os_security_group_rule:
+ security_group: web-server
+ direction: ingress
+ port_range_min: 80
+ port_range_max: 80
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - name: web-server security group -- allow incoming TCP on port 443 for HTTPS
+ os_security_group_rule:
+ security_group: web-server
+ direction: ingress
+ port_range_min: 443
+ port_range_max: 443
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
diff --git a/private/frontend-with-key.pem b/private/frontend-with-key.pem
index 1e15ff4a..017b03a5 100644
--- a/private/frontend-with-key.pem
+++ b/private/frontend-with-key.pem
@@ -1,460 +1,466 @@
$ANSIBLE_VAULT;1.1;AES256
-39393233653663356265323835666533386430386434316162373638633261646263666632336633
-3835373365613236353366383935323136383035396335660a396339393536343665633538323837
-37633465396565623030313435303465346335653937366436303736653331656161333434653265
-6539313132663537370a383339353130366464663430343830653631343939333166396335363265
-38333661346433323230363563646535323866653263396638336535373863643532326666313931
-34616536366166336438383962373532623934363463656638616132306532653032633835336263
-35663834326634383336323835336631643631383432386331653035346231643733396361626136
-64353232373838313932306438616233383131643436616132306464653033353734653633613961
-61316336333634363435366430656461653032616166646634366130326236383937633138323966
-37613164333765363861653732383137656638373935663830313566356134383566323964636235
-39633431653133626139333437363264356134633136333333363364313534313364656564643933
-65343539343862363636333133333162656565643966666338363834393666373464363836306464
-32656338663537363233633962626338373332336639343836343663343161306330646137343030
-32336638623131336663346661333533343763656563366137343464653166363339646264363362
-34633137663236343834353132636337646361376430636433646635383037346330626631626466
-36626333303537633764313533396337663532356263323865313966353062623131373838666633
-32633838316239653332356561373031373339646130346530373735363861313734636431396433
-62376634303462633934633038646436613836306531373035626362653065363865366633313032
-36393938636536343231646562663730363866316661633036303438356336366566633834626362
-63623034323632343638623630306538643238313266316439613937643334396334386662356465
-34393238353235663133383338333932393039306334383132613335306162613065396662336330
-33336561616366313834336235306438623330613038616561316633653466343664333230623538
-62663538663337383338313332376137383961636436393864356538323834666536373137613562
-37346662656139393030396361313731653130396433343134363062616231396237326564373537
-30363633373931303731663961353763306339623930326534313666613663373765346133346638
-31386538383266303135333866303364623630313633323034323333356431623561646539613663
-35313161633036623336326139386432323333343737343437386432353539366163633831393434
-34326332306562643466663938393538643332363436393633373634646232313164353366616464
-35656463373431343732343236613564343461383934313638646537383264623230376230366264
-34363162316534643766313966313939343536633362316333326131613130333334393133383136
-33313332323861393830336264663134656434323039383766643864326366333439636534643164
-38613639363463386330356337343433323938666262613938393534323763343431313364326163
-65383334373535376638356362616134346533666331613436623463653763643061633432356139
-62663337323437653836663731393166663536653331626139336631386433646135623338333865
-66323062333236313233613738303939393566623038316461376239373636353139666538393065
-30656565356238383161383337643034373461666538666139613164333937613337666339626239
-38386363633263343765373232616538393837636534646437396139343162343963643034383034
-36333335613236626666663631313233303264643166643436356162613763616135393433643234
-64346334346261323934656263663739376133663930323236383264633765393763346339616337
-65653435343231333930376563633061393636646462653134663862666133626264663731623431
-62333939313039306163346239353039376132353836323933613766326665343737306138613033
-31623566623865366435636465646135346466663338386561613139646364356266646566376461
-35306566623566333736323461363333643565356465633935643064656330343632353532343836
-36626465376366303564613934326333666563663166336530623464303432633834346136353265
-34633036356131313838353230666533316238636433313531616639386164613866643665393264
-37643034653133326161653866326432303565363733363765333531613865653065333933653366
-61633430386230346334306165663464366439336639353061613931653966643637346537376666
-32323531613637326439656435656232633835363935623166366431613836653731643831656565
-35323737656538383235323562623366396337343830636661656638363839363837313032333133
-36386533636639663562633039323932366361656132363738663637396366646561623937333663
-30656433313630303162633230396665386235643534323264343238383831623832623063656162
-66323161303233666463303032326161393065383639353831346638383635326336353363363461
-64353761353632333230383532303335336531636231343834623963393837646335313635613937
-62303063343964633166643766643636653737393030346335666630626462373032353632386566
-35646333323331366364323962613862346539356564653133633335646537616238623237656634
-33363736653862383233386635646533663330373034303931356430303436373738313832323835
-31356334663431633138646138343035353061376130333965373761393033383761353331643835
-38366431633635656437656566626461353562306263316362656663666533303539333066363733
-64363932323939336366333765333831393335393234333231343662643862653065376539623961
-64623134616531636662306464363230386462373538353661373465326333613062303934333434
-33656138373562353462633138383064313037636439373631626561343863306364373230386537
-64346231303633653135623536653362323735663539313831353632323433306235383038396538
-66316263613262343630333135303663323135613333363262393863343764326132336362613634
-33303437623062303237666235613338316463373735386132313039646361343534303031313561
-38623063313063393933303764323733646230376462356236663230666232353565356135623435
-36613337373261396564346665333937613930613336613337363237303332383063343464643730
-37663832623035313538376165646264313035363232323265373430373761393232633938393630
-63323963373239353730663533376536613732306137626536353134653736633066643164333136
-61303934373732343466663838343433303537346332356233383232613265316231613638336632
-64353439666138326237313165616562636131383263646262636264333063396664626263383361
-38363432616265363166326533306661343536366164306533316265363661336463363839663338
-37616162653039356238363931643738646563623464326436353035633065323033383838316338
-36616466613533326365383038646163633162623362633839346337386663353463633363353364
-33343536633765666236623532396265386366633966633461356639663033373065393135383237
-34346630366437626163653033366139313937396536633530633261616431333231343739353230
-61623733353263366161383439363930623366323466386365386166373766306133386162393033
-39313130336162303933666339663434663432333832663739353964616535336232636436643561
-33343039393735663464333762373538326563396637623832636331333963366235386131653638
-38386339326639376534616437366464636166653133363862656531326464306665326233663864
-35326461633162363737333965316261386430663862326532666664376438333566633161633662
-37386466363434386333623738336666393864643538646264393332653136653138353032613966
-65633139613731663463373364363930373332323733306436643338636461643831653162373061
-32643761316335313533323937653531653261663766626166326630313638333536643731323966
-33303233366264336136373834323837653565616363393264396538653662313732623261623233
-35623235343931333265633531363636613565613866643564313664646132326636636663613663
-66666130356436303734653930666133343334643435393131643535646333363765323936386366
-35333965656365656233396166653335636534386433616461376439643434643062646463356333
-63653532613937623666343930336563626462363836626530336263393366636137396233633263
-64643632653934633332616531336234616335356437346536396266326261336538313834636334
-38326463663134636636393533343764376239363061616536313339353737623132616535623435
-30643433313835373663303130616664643066333535346261656461343939373363653865363735
-32396262356334343833393765396139633037343335333163323335653635653536623632613736
-36636362376232646435396137366364336564346432336639373330353839356265626164616566
-62636336393333373163326336366231313134363162613232343037396334386533663261616231
-31626430303335363961343231363232376162633134366563373366643165636461666239303538
-34333939353834373561383331623238306364343730356634643238383866623432623834613564
-61323933386264636139373832346634663039353735633838396331346136636563386433366465
-33326361663430623431356537306531303435643962613738663435373834666463616438306137
-63616238353730303763626665613963336431663261616330663736353434373030333363626234
-33393033653466366634613930666266323462303566656531633062373636313836313339333663
-31666264663933353135363562363533663962633237663338613464646364323864303465663865
-31653932616233633361363935376334363261363239316164633061323532666461646538383163
-33323535653265353436663263353932373339633039376562366264326430393635653231653931
-65333365653933663931666339306437383433373832323933323431353137313836363963356565
-30613463623737643236643133343638323062303630626435636362653033316362393435333539
-35323763613862333436323965393465336335653237343265633662646537613939653265396238
-39376666346464356631313464653138363365666332326437613461336564626433366537646561
-34356439363932316433366366663338313033343765386335366638396537313630333135313461
-66336131643334306333316361663566303231353830656334643964383065356164653737623537
-34333937306231626466643333343136346463363538636332653232653662313134636162343833
-64663737363231353763373966616532376132646433353834623739636461373031373532386361
-65626561363238396337373661376138343934363363353561646435643038306264333532343434
-62636534646537306335656533613630613638366630383234653236353637373465353536373832
-36353364613366623830646166643830626439643364316633303338623635316333343462356130
-66656661313736626133326632343235633534306638393565393764663064623531373330383461
-36666263346336313733643839353932666535666638373535376565303137393830623139353033
-65646364613661626530306536613837396465326232656637656164646664663266623632396434
-64363631313065663238653065303738643837633334353262633932386138393639363839653562
-31393438623738396637323138616239356332323931336166623631663961316332616538376362
-33646163313133613433353430663666623665323439636330356262343039633934326532373437
-63633037613265356237383436353536323864396566336238366434333738623938626137303834
-36313533633631373162363462636438623730636332356537343164306435616465653439323466
-62376362646430393334336334666631313236346437643236613230623563376263633134383930
-66643337643734356434653238646536336363343361316133306536303539643134333630656432
-30396533383063303536636563373164323231636239663661333963346132663562306562383761
-64383663623337373832663234613131313238313764346363333961613766323136316461336363
-30666438363838643739663233646565633238326264343735393565613130393731616561363630
-65646466386565343839333332656633636666623333383337666637303933336465346535343761
-64313333313930356561666539393336386333336665663136303731306432316635356539393161
-65303331383462346132633637316631336331313934656331343438333934633530356561336631
-66303062656461396261336634323235653136393661663366663431353632343731383962313739
-65396535303064373262616464643930343862306531353036393936636635623036353165623664
-63653139643263333063643431363835666338636261653435346166646338653833393930316266
-36323264633561666563653631643861316163313036306265323531303863626263323432313436
-64366338393562316664613536333064626436663532626538373930306139303962396133356339
-39323163396534613935346432386263613663353764613533333033373330383734653637616637
-66373963356463653063663562366139343739623031666130363530613637613438356634656430
-65616231386533333962356538616235646130656565313238373636383134336462653037663238
-64323765626330386537643661623464323633363236636665396430663330303833646337363531
-34636630346437303431316238306333666631623639346464313134393761306233383638393437
-39653466336664303961653939323334353766386361303032366631333433313338353536363033
-36343066313664383161386438353339333763613063313131306233653239383764373938346462
-37633538303838356439383930633238613761313939326637393937316565393534333134386666
-39353231303136306237613733616565643063373134306630613664376462376461303834353366
-36616166306633646331633064643839363532643932653937613439646463393966396439643137
-63333330336430653530353030613164633735666236616564613237373738633466323331613334
-66363433393538326132326130313031323862376561613562383730636166626335366665376630
-33326230383332383835353031333834393863323132356439623966663363643235663933396561
-39643132366562613664346161326532653461623362303863353137383639376431376531393636
-37323065346637613263396137373065373036363961633832663839303564616462376334623865
-31343865623136306166316136633732386462646364626365653237303835336430643862333835
-35363563623666643062383463396161373564383435666665653166656333363561643732623237
-65333361346435303130396336333335336162303730343335323132366663313734303637663835
-66616131326534376633396262646433366538316566373365353462363038633063386234326331
-36353131323464346130616430336564623464326666633461373263313166336662643833323939
-65613364373164383763313334653536336366633662306337303731316331323261396535363562
-61633736343139346562326337613033626334313064613866636164336330393036613536323732
-63303238656136613535613566326531356331666439663161346163303533643063373931396637
-38323031613930633233303061306264326666656466323136663066303038393066626139393534
-38303338633632376531356139363335313763303964663735363832626131613631633833636537
-35643631383361353335383261623463363732313863373038316637313764396633363534633363
-64653435353164326638336431646633616264303165346537643732633934646365363633623734
-34303365346264623237666264636165616339643538656534623563633735643561346437323139
-36633437333564313664663262356439333032316231366462626136376263313061313531646531
-30616662393931623031643964663633366565623663636634626335326366356634653064333737
-63376562643438623363363133313765333165626666306438346130656262633435366236306463
-66316461663933643037663431666232363633353661643361356364386637356137376639303536
-32316363333263396165653333623932386565386164326562376537356132303635396532323633
-35663634646364656463626164626237326337623134353931643166393166323431303862626631
-31633365323432343239653239366231386232343133636539346333653861306362663739346266
-34326631366331653539333134373066366234363737323763663536383935623762363665373333
-66316436373737373338313765343066646366396436313530313530626433613035656338326431
-61393934326466363339386564343362393363323663363431363262633566373234353132386365
-35346538396333633964313034383964633538313134623466396666363966376461633862663635
-64306363376232613134643561663139313934633365613738376334356333303962613762383162
-35346261623637633031376562653664393036643331343032643833336633346432303763616165
-35306331313864646462643338373466656363646630353634616561383663653032343335616533
-39623061653964386637343161666338633861653865636436623530386662303363633664613337
-37666262613833383735303138346539343230613061653864306532663165333139373862323638
-62663264373563313635343261613231333234346439396462353934666238636463363436393231
-37393363313265353332373638656265333866333935616632383164303233306335343461353837
-33626339326366393864313966333439343036616338613535633161663833343765626333343964
-62306635643632616436316139663435393336393436616433353938373866333733663630343032
-64653330323033383439323837663131333734363162376334356432333934643234313630346333
-36613334656334333261613037643833353563356137643662643639653433343534323933656138
-38643534393338643466366162376434623930326166633466366433626431616434353431656638
-66373732313662316532316536356666336235313931643934396136323831393338386434633039
-62316138613931366536643839613363376636323165313263303661636465336463666635306336
-39616338316362653766343130313364663538343434326563353733386664666135326634313539
-34343733303033303533336331343861353833386331313134646433653265333236323664303362
-39623035366237323862653431373331643064336632343561343531346365623430386430643130
-35313534646161666465303638393432356330346433646435376638623332396162366465653238
-36653035613565336434353037386636626131623336656366306366353965363865346666643937
-33333535383530336232383238646239636262306438616135613762653839666436393864643337
-30636661613332386232366230663730373932383735656165616232643934616464303863633834
-31656538376238353638336161353935653730623238666562316163323236363663313562613831
-30363336323362653631383530376464653766643064393464316162383438363830616363353833
-39616635646262656136303631323035303665633839346334666630653332653466353066633864
-38396466393363393765383032373463643461346331363938376633396136663462623537663737
-66363931393038353737333165316530633364303730396562353134633764653064333761316364
-35396361613835373739323566326134633730653738653339643465316538623031323432356530
-37303933316265383031663365366636623163346230616231616166613438383536323463663631
-39663135323063333062366261663630326561663135336130656461656138623935633430633431
-36633263313031643132366439363834663566643961303666363834333831663832376134336362
-31646262636236643134316133386564653136643437646630346138366132316437376361623335
-35366465373662336138626365616562343639383636656165386364613433366232626138346334
-35633239326632316539383466313237633163313431353031666336356433366362643064323266
-30626239316434633432613138616261383735636234396430356631353965373330636634393336
-38633032393066356332323735326433643339333334333065323633336139363862346462613337
-39616333623861336334646633636262303839343766616436346661356366303263383837313230
-31626137303135323364666539663965643736623663323666383465363965366364626635356236
-65666663633966646564363861623039656564643937383062326233303531343330623034636432
-62313034643362373432396161383561393561623666333432386539393564666263356462623964
-34646639313831303134323662323363616165343831623563383766653162643438346164383030
-61333134623736626138323065363062343162393238356330313430366135663562396366383732
-64366364393765356234383034396264333664366163356332653561303063366433623263653065
-31623233656136663962383266666135316263623237306461636337326163366636383131633835
-66316263646465396264393766313830383466633134613437323165666461373435633637616165
-39646662616633333539373632383765353231613335333461316162363961376261366531383439
-38366236346661646430323864363539333666333761303064393730373931643262646339333532
-64626330323935303538336365626565343136623939383962383438343933666464616536373833
-66323234343864643464663233303734333062646130643832316239643361376564343733666233
-38383066393737666437326463373466366234663433386234646138393335353362623838326466
-64363936613666306235346537373463373838613063316234313134383264303331313764653333
-33383139333131373061633238643334303465316631353437663831636262313433356339346132
-30396663356161323630383932343532643565323731626165373335623736653930313932383364
-36306163363830343264373736613462303731323865373039666235333363336366323637363434
-39646434656532643166643933306362366533613662343834313838313865313730313663333239
-66303132326239643937653934366636663231366334366565363466356632316462313431313638
-65626630393465346665613335666566623164303639636561633438643436303434633565623339
-61613364646632366531613266383834363237643636313132363161393034373036353537383634
-36323530333031356438666566656366313466363065616266306663313562383063386137303737
-34336638383734346166373663386166643039663139346139353338666165356233643930323739
-65626339363662666663666635633031386563653237383639333834373531613733343465643235
-62636333643066386466376564376233353462626439386633636239646165316166336437666461
-30653438333362613433333636656262333139396337666430373536643336643035646230313663
-39663461353361363838626633356539353535396332326132303437613634343934366133353235
-61333236376537623064306230653833666266303138633061326232643131356431373135316133
-38626665653238626538313237623133366335303733383730333861343534396437393831656165
-62626266373331643133663334343866303362333261373030356463363137356131646461333234
-65626137336336323736656163353866653231376435663132323366616261343031376536613332
-36653437613331336363373566373963623436363138346161333537623036326334643463636166
-39323361373964316232303861666662633566303364633032313635363038623539333062633531
-38636261653830376162646131356163343633356466373832356336646334333433623631306337
-39386165333063626262373730306661643766643562653039346139396163663139626237646562
-63313631656162383231393861356539373763326230323733383765666661393862393635353131
-34386138636533623934626633346334323733313038343633376332323861653635306264656166
-33626164396334333134623835363332656564326361333365613834316535656466306261646561
-30663530386331303036383037373136633237303239303961336137376237306532313665373961
-66323032393435613131353830383731336237656237636662623236626464616239313733333265
-37306231366135353033353738326163666463643934373461633563386633626332663733333233
-37663732376166383936326439363839646232653465353762663134306564633131616664616235
-38316235623765396663363230623835663930663532323762386432393137353564393363323732
-35376436366663323263323635303438613231323539396262323532346338653932616465616663
-61313533323639353737363639373362336435343338393838653634623531346264633938343765
-37383531633736613763303965396133383737636662316238313463353836663861656330373266
-33373562663362333339653664633465343639346539613232626164303764313964633838623435
-62333463363139363663656635323332366365316364653330353533623138633261316262616332
-35373362356631356232396230623439326338376364316437663561363464636533633763333031
-33326436393839626339616562653632376134656534356466376264376465393964306664656135
-37653431366136613966633239353235656635303637636239656566643836616333363431356265
-31616331323062653864663435643135366437333130613866376539396237356564393536666130
-36336162313763656133383466643866366334373662353131376231643030376331666464316530
-66353532643534613363653336353038646132393139306430333337636437616638633162313066
-61653336323734353964363562393933366338663038336532313632366465326236363232616232
-37303164663834326230306263613163626664623430383036336162626333373436353863333632
-62343133326465323332636435366336373836663531633035353564643363313766313431383030
-62633363336363616466396533656465303062656431316363626231326631613061373265393230
-63353638653264316563626330653633383366646664343433396131323162636636656439376465
-37653331386666666466366533613861373139356464646638653966353134646264633838633163
-62333433373435303239363736353233633437646231383266613465393166623231653664613738
-66646239346664353737313865346635643263613935396565396339613732663065303366613735
-32343937393962353063383263373761653765343739323264363632633131346538353532393364
-33333330643862326361303638366535356234643332636237613762336338396631336631383538
-38333330363764303033303733383430623066363831303463383164373162393830376235313164
-38343835633239326561316432353734363635333564323163613639623239653139663637393832
-39306333613035323738343731343964356631376136303064626365343435306536396136626561
-33653738303130396232626238613363393764336637623737373235323761653932353135343431
-30613162306533616462646561393338383131626535663236383836393262666535663335656265
-63636636346161383435313265393561383132373934356366313464303062393930653864323339
-64383035313533636464316637323739643665323963326633636234303463353637663630303131
-31316139323936383932306339383964383664333166353637613631346364636162393833636364
-34623465373362633966663036363464643666613637633339303930313261643631663433333939
-30386162636261656138363733346566326639356562383337623030346164366436646636313433
-61613763623964383964363262373839336334316131366339313766646463366436383234363231
-33356130323234613966373336613262616461353132636166646264323061353436373333393336
-33306165656331343831373330643665653435396133333664623163366361316266313137323332
-30633662613866613563316238656230646333376534396465656633333163393335656665376333
-30636535646538356336386137666639373835393665613132633531346164376432636135373338
-34656333653939376465313461313339386430343233653365653963383565646332373232666239
-31646164616665383131316165666434333532643135313037343137353334316661396665343961
-33643133643963383966373336646265663164323734653736303936393865363864316335396435
-39316535303062653164386165376636336337646433653531393632633337643134346563303330
-62333332353739326532653633396333393238313937376537303632616462653239383736363130
-38653666396636333566356566653334353163393431333339386535643239366433663837656465
-36326235346632666434333030663737353435353664313331663931303833313464373839613061
-31346635646463373462363937663761306437303864343431356339386536376364613865633165
-65343764626636353763616137616165393038356337303464336135663664616631393663623738
-62376366343563336362613064336631373734323665373161356535363061383837303564626235
-66626531393230643531316135356234343263613065316361326239326639373636303637343034
-35306363386262646665656338353239666430656266383236333631663834663534393166373462
-30303535353630346534346337346666383734313637353937333831643537616635626664353331
-33386136613633333764383534383433626636386138653963373333306636383431653433626339
-32623136383236343365633562373531323531316332646636363964666237326664396466303064
-36343264383235346263633938306339653338363131336433353938363565366265663061343964
-64323936393466656362393864653034333361363433376362623861376436333137363762303838
-64323036383861353966303935356233616136376564313961393363386133323437646561313238
-33656339623230363531333963666334633138343866666333363036306265396634633561616538
-31393533386439643462643661313336336666393935386435626539613534323331326463376135
-33646662343834643230393938316464633239363539383761656638323831346164383230363531
-36383164386337633336333739623062663532666264366634383363653338316363386436303865
-65356431653461336366383232373137633465623639313961353161663266653032353833633231
-36633133303230313264326162316438333332366362636435613939373361383862646530633863
-66633334336438313934656234393036316434663730663639356461613633333536363239333061
-39323861343763666139333062383762623138313961646265373139653534323432656330333066
-62643766393336393537386331656133386165363632363263343835336465393435363933393234
-61323932396165393038656237343335336535653830363937316135376635663837646364393333
-64393865376564383936646238613864653165616530613238316432356139393162643161633662
-63346537633932363561356238386664646136623533396536613034656531623962343934373734
-63656339616437626462346566643562346430646631373531323161666463306439393037656237
-38363362336238396561616537383663333536333739373662373838636261343235373566313835
-64393134653366353763306666396436396131636330636361323439663662303865353137656537
-36656661643137366532363665633436383863333735393038376263636139353031616435333962
-38653532333663333561363434643036353431386638303631373361343263663439393238636663
-31356633336366383631323465613634376231626535653963383262333661336633313930633933
-38303631626538316366613233666164313138313566653831636133333631386333333132636363
-39653631653562613937313238326530376233376333613165393930646634663966363466386264
-30653334383035396361363132333238313539653261613632353437333930633764306634386363
-64383834393466386634343762366663653661323535303865356330633435623736316539633239
-64363264326436366330316164666236663535396433386465303439356430366366373765316565
-65363139303436383939353430613234653839383064326537626333633030643631643735336233
-36326465656631383566643937336337393863373636396364613538623261373331303965356230
-35373865363131663366613031663666356262653163353165323334616237366638646135633130
-36333734323835646334366331656232306335613430303339323861636339333962613435326535
-63666635346265366263316639363862353065343364353962353330646164653339303565366364
-65613465386435313334643466616435623664616230313161633731343961643230323039343834
-39643262356161616638346566646432326233363236366262346631313061316132353736626530
-33663566656434653062623136373866333136373431663935663434373138383039346638613236
-39316535656234393534343832393535653233353562326666633235383936313236346633386164
-37663938366163613935396332316363653038333965333062326635383463623234366562393530
-62616231646562616663666538313166323865353938353033626263333830613632623933653835
-32373131316266303766653530656333303538646631306131656234616466303063336531356130
-36616237386563383166613435636662613361646238656661316564623335663534363436343632
-36643734353361393163323462326461373236303036323634373731626564366235313666343732
-62656230303766373137643437343238306139313266666432393662393537313566656233393264
-62376138306532653337626430666263363830623664313637643937343831353864666164613834
-32613831666434663230383038613938376338623039353335386465666264643765626233626137
-39313466323461633337613534633830616332373464366236333639326563626365396132366535
-30373235353464326138623834333938646364343331303662633238353838633962393839383730
-37616539623261363832633562356165326665353535303333386533323133616131323031323732
-63303732323531643431376439663636646162366331366562633064393865643831386135626661
-63646136383939333461656238333964383066616538646362356235356238313065636566653632
-33643134323966656139643931356561353235616230316166383266613836643563646435356234
-34666138323162623066353331393638613161396362613338303338383338643838623935646362
-38336663623635386233376163633162333038393161303935326638653037396237636462316361
-35356432343265363336366132656464663336666433636138333162316261653364636132353637
-33306166383030356437396530363535636438353464613965616262376131376531623834633564
-39633236313430316639386162623931373238393036376561353965376361633362343335343535
-65373062393833613336376462356561653234323438366663363563346665643231343533653031
-61353035663133316434306335633361653338616335343431626566653764613838376532653134
-39663166383637366538373136373535633835393630666666666165303264623264333037633561
-35653434386361656536353630343033346136356166333933656665313139363238396435666435
-34346162343837303635666437663034343565356566663536363333343463613031393337343861
-32653932376463666436636532363234646336643466396432336336343865383133376334373635
-65333866663335353039323731383663333166613561353838333065333035643133353030353435
-32303262656636383139626237353432316262313332353630323631363265626464373135373030
-30373436393431386237623336303664646532373434653530663635326661333161323631386365
-31356337656239346564646338366334356465346536316335616265636330386666373961306536
-31306633343136626465383836396436666431353466316131373162663765626365313031316332
-39346630336565636338633761383239643533343839666362636564363965356562663662356664
-33646134636436313031376162386365663539313664383939323837316663633663323034316538
-34346632636664653666383361396235643231323236353733633066316234303132373966653035
-64363034303161353035396531656437643433623539656564303639356636643061633232363336
-32366635316262616139653063643038313436343761343965323637623737326664306363643861
-64633365313732656136626566656563306136346666326265353062643533323539376332653336
-33653134643362366631313866616632303639613062303137303231643938613634656361373663
-61323739346436383061623165656139303136643339643266623330333561313566643361316139
-32323439316630303362663336613932396264343339343163326431656637343835666261323538
-35366336343261653065326163663862326133616466623230313163663539366661653837386362
-33653738663530633939353265633435376366313230356364646636666230656239393362396365
-36376630323937666466653837623332613735393062336236393734386666656665633563663263
-62393136633230613566623437663933623032633937613931363934656134613134383166616237
-61613233396234613264373130373933386663396332396463303836313761336262663335363364
-61313337623864663037333033393866363736386136393037366565643262356363313639643837
-37373833306436353436343334383030353335353934356435613330613835653431613133626263
-32616332633435313733643264386231343831373036663163646166386563663661653961633136
-66633432626266363761663766393535646163623161383362323664666233663366663730653737
-38663761373234313464623035376535333132646538323462323237613830353265306339616131
-37346361343862613031643533333461353062303739353633313733313637336163656434623733
-64363832326630396236356462656466376236666238326361343737336436313432613534316132
-61346137306432653965343464666639353731666335616539376338326139336635323263386361
-35326264386562616161363461316139666530643865663463303834326330363436636436623235
-64643064646263306538653132343839343662616537653237303331316166383838343764343366
-62613134653966646462613463366662643166313961366265663064396136393661626430326265
-64633336323035656434373761323663626138306234333039353733643139336163343361626431
-64666232303463613535303935666636663162656630613338323439306432303330636331623337
-64636662366430653837343831633963396631653336613531633237356638646561623762343636
-37666464323266383266613063373030393237383138653962653831653138333163643662306331
-35623539353161306665393631623435306235326136316536343730376238613132313034386165
-37643635336637626335346462323465346430376663383263626631613030326639653138396639
-65353938316631346565623264613939373732653035633731373362383938613964346138663261
-39336163306465343362663732663263363738633964383937333139343333636536613630643039
-37373238633330656666303363663332343433303038643365316438663833636335303164313939
-38336431663061373465383238323336393864643765666534333637623339393532366531656634
-35396561383536303364316138343936656463316636343563326262653439616336666464653332
-31336661386130363662323963383935643637613336636365633034363430653630383430313630
-38313931646163663033626364366662663937356461636630343761303333356135633134333736
-37626361656139366339393362386534336533363062613638383861313336363834616137323361
-61366534633564653732383338313037636630366235346638653330353936393539653264313030
-36316665383530656435303530343864303762643531633062663535336235393833616139343865
-61396430643331653961313362656161303638306132643735363464623533353136393332333534
-33646531326234663535313335353739313362376665653335646230646261313930626164393439
-65376630363237363936393530653633336362666435623932613933323364343566613734636231
-63363330653130333531316230393136643637353233363036616533393264666333626131646264
-30616366326430323933393637323133613036326563396237643534656362383162653131303463
-38373730616533616565386166663934623730316535393933353034666365333066346265326365
-63626136313336306530356230383066346537303562306236376661336463623862326138613732
-66316239346235376332363435336566633232613730313964633662613761333330336634643363
-63353162306234626566623232613434666230616666343666376430353462343064336536346339
-61323461386364376236353733643632623663386336306462393336383335393835643365303165
-31336432306630643630366137303031376632393465323838393762613763373061376661666137
-32323239356331373936356233333233633966306231643963386237313361643766336337323764
-36656561303666373863656138333630623166393661393762663166633134396263626538313862
-30356435396261363363366166303130643663636230326435373463323563623639636335373535
-32636535386433623639386666663932396263396163306362333339393237363261313138396630
-38353336323437356464393765653964363263363964366662366261636461313332326465636138
-31616164353133353334653032316330343866383261623363353738613137373264373838333430
-33343537303861336262343737353430393162306665343734363232386466656466333731356233
-35313137653134336362343264653263393165633630316531646665323938333135306333373362
-62626632346266623962616434643037353961363537613139643830633334333336373434336631
-32323265343139663435313030613562636637393731653362636338623336343663336162666361
-61323837353063316366343131316233353335623838376130643063333033343039326363626634
-61336237623638353935326632356238313964623764343638613135313838373030353031373366
-39636665643136333033306662323565343665363232646439303665353762663764386266313331
-37646135626138333630363733333436663332656432313362633466366434663331306662353164
-31393835353335353663616236343566646437363332646136393065623336346263316537663630
-36663634363735313866303032306435303730326638653765356338656164316439353833373064
-38393763333866366638353436636238323936643163653732646633323666636333363866636237
-30646437643061383232303863633333323637353231653562306530616166316436636662313531
-36613033316337666561383138636434373361376434616331646430336661363666633830336662
-35343634313434313461383731383765326635366330306633653932333064643462326236333135
-64306262333439386364303063343339363661656364366639373566336362633765316663633436
-35666135363665303964613066393362346363653833653739616430386261386436353062346135
-32386539636630326361653030313837666230343334323333623030393639626366303838373562
-36663735343431343836303539613336646331636137373034356563363735636234346665646632
-61333936323439653964313038333039633535656163623732343064643036333764393531613831
-33643032353938653739663336383764643366326131643862313038316366376535383436363764
-36663233303064366263396663326261353466333431633961306262313162336165636333656162
-35346561306663333166636637353163376331313166333733373930313161383139356334363831
-32616534343565303631393461363762623236663063656162386637373339376437316133663337
-35306336646363393832646130363334353239646564653764643761353033306637383233343734
-33626535386466303464376161396162626232623963386462663562636630303866393864633134
-61333232363437366665656637383361656261653338666134303434643636363064393537373737
-30353038666466626636313065373431336530633638616136343463313731316666646433316562
-65326565323830646333393931376232666231303931666661313732656435396164396137343737
-38323062323963633265303864306566393864383962313263306439626231646231326337613533
-63323938666661373665653763376634646136333262653239643339613934623063616237336439
-63623931626436626562306538336330393062633338326161646633356232316166313839396338
-353535303564346430633937313063346466
+66326464346464356662323637363161353462363364393361666231666235656663633663646131
+6661636438633835353831356438303035306165376136340a653934343432336133643934303366
+36383262393238313833316366663739666361333165346631333839616630393430363839626331
+6330336338653631340a646335343937653330653931336461386263396265616434336132396430
+33396362636235333162373534313065393563303531366535636562363761306565333539616133
+66336132653835336339353834313965653338666134323063656535333638336462643361336133
+66303331666362303537393534653232306565663438633362363463303334313464646433373031
+64623939616363643432653038343964383437356439616538363137633361336361373838336166
+38373166323232396333333539363333333635353663356163643066333036633962616538383534
+62326365353538353163326463373130336163393139316433663631353733386466353030373164
+66633763613435376138646339336162643039373063316565633338303235643538363035303165
+64373164383363306363626566333833613463356333393363646632323332383766353133313465
+65323831303038626362653632656261333266653735383636346363393232346366623233396233
+66346236663531306236316136353536383939616565306135333433346434646461316265616165
+39343466353561323537653438656336373034623463376639636439316138653431656661336361
+64373364616438336566356261323663303739613035616336663665396435366339303630623432
+62646132386666356131666333626234616136636236356531376132353638663832343939636533
+64336562356332313035653166393238313464653034623365646264313061386661616165663063
+35306439373133363735383331303836656163333234656534656639316333373939323738616131
+61616562646434373336633238366335326264373465663034313362616465323061306266653664
+33363936616565636365363536613561613039353966633235326637613938376531336436366462
+63393135633834366361323938353837316464613333656532323430353735363932336239336564
+38306161613061323566343137306535633839313566373934356364386638633761646362313737
+30653066363663633534326139376166663835313862333235393861333038343062623832306664
+34363033366231666339393064316433396238323164663764653130333762326332653639386566
+31303937313132353531633565356239633438313264636230366464323630346239356434363236
+39303037663736306333323735383230626236643665373161306666393132623435323231363431
+39393236336332643361356362393730313663346135643862643232356238313466626565633865
+37643032346666653464393161666166363562306265363561366531316538343666313137633761
+39623131306665636564363338386435623164313033393765363239663562663661653938343038
+61633063373634623238356538393465376235326533663336663432633863613731333230313731
+30326464333939663261393364303439653466333265343534653137653731623938356665393466
+65333434373334353432626332333430386337366234373566623337303962643838373535306564
+66343938323763666362646465303130386163613633643431383562323835643466663439663535
+65326332373135646164626239333366396332356666333861323634393766636533626262666630
+34663034643135323534303063373030333037646334663430633361376239643164333566323861
+30636633343731383064383033363563653635613462633366623931333864643035333433326134
+66623630346365376238656431333232633363343034316461613531363362356539396635626633
+38386563636564356432316439316563393561613737356137373939336233343361623662346638
+61623433636563356230616633326133336236376463636333656431326438353065346165663664
+38363765636366303363356539613030356533643866303866663434653536613861333931396563
+36363562643435353237643863303063343963323235393134306464303332633965336630316432
+62333066626132623934363062323938326239373764333863316234613634303432323930613639
+32623537376364626237393064313039353564363136323935656530373163643130303862623066
+37633633323034653663633338366137613837656136323163323538626464656137366232633835
+31316639303761616338623931343165313362363238643961653234383632376135626466336538
+66316439316432323938313434653537336161386539666234613037356130626433633138633633
+33646634353233623466643538386637663933313137343735306566313963656335616462363966
+31616431613933336237623435323961303534643833656663333234376537643866643432343466
+62396162336639643130343537636335396539353539363463386334353365623139346261353431
+65333835353030633134366435353535323036343864356530366365383138613362323535373434
+33353036386537363336373764646130336335313330653039386530393465633663653562336534
+65633061636563356164333835613533626264623762353462333733336261396139633837353931
+36363638666536336636656135383161376463373936333530306564323638663464313566326465
+37303031376136313861626134383065353630333163333464653466373061346330336531343331
+30356164333434623138323839656238616139343937643962653161616235366130323538376337
+30313039316239313435623462306434333565376130643665313131323762393235373366336131
+63363134353234393239613737373536646465313866666231343134353836373965306636376433
+36366336376632613037343761383837326364613135663634616631343634636666623464393231
+34353037306338323361613565326663613965393162633261396137663438316663633561373532
+33383864353565633863613466393030363036333736333734323231393534333035303635663734
+36313535316463333565323765383931386635333537313337646562626264326532333731356366
+39663061346361313936623864306537656261363035633037373730383061336261616561663662
+38313163333831353237636532343635363461343232363761333466383234376636653932353332
+36313264653666366163346562363432623666346238663534663832336161663036636632363334
+32613233373261356439366234303430323364616233306533306365316565373930663736303835
+62343533346465663965613763373434356263653461363833336461353132316464363431333434
+65316364343462393566376536616365316663643866333166326237633536333262646637323438
+39623834656334383765666532346137376133356637303635333862653730646237373737623962
+63343962656434333537313764393339383533633561313134353862626631663162353039633366
+66613866366139366538373363363162666532366466376239313831616364373531333763643432
+36336461316535306437393933613137336332376162653335336437633837643939643937316562
+32626661616665613534316538376461366636343735633737343066333434333937616430366231
+36323837623637653831383037323138353632356565613963633462656265303235313238653461
+37656661356336656465363439633936646632326432366634396630383331373838363461653834
+66656366353935393264353062346561356263336437363564356362383762393833346233663730
+34313436303665343134616533616162656232306631656534383037633234613465306437393364
+38323031303331306631656336343730613064363833626461343737393232336339383266653930
+63323061326663376162323139383737333765383031643135303365363865653633303835383761
+38663636333463383538646431656462303539336138366234633935396135396161323934393765
+39373332656534303961393934323539313732646335316330656164636665336461333036306135
+39633065383964633837323531386331663063363630396164396531653865356537636665386333
+62616261636462363331616430616434306134383031366335653361616161623966623636616463
+36626437326532663134636361336633616365363435393333333731303264313864386438346165
+38363039623561336165346566323166386165333361326561313733393730613535333334346535
+61643834393238623133313732386331653430653366363539306232353230643064373130663532
+38666663363961326437653731663238363131333863376664356131356232366537623433633734
+31333232353437366434343031396365373735633736653134313637393133653535356434393163
+34393363326633323065633735623462383066393163376662323933663532653038343033653132
+65353933643639383261363664653765333165626262663939616431376430316239653761343433
+33326666303366376133303937396232353737373164346461613536306538626530636666653034
+36366630623836306137643831646439363135663264653237623432333666666464616161376366
+31313436343036663939623263373933626462613866316365303062623661626131663636613365
+30306532626434323232323039376462373734653366386238326132363539303363656238326535
+62366330626333616135376461316134646532353334306266343838616138366530313365386330
+64303863353636303039333433653531396161653136663234363937636432633335396235306264
+64653037373636333966663430303362646562613732666231393537323533613037643539626630
+64333735336531666462353331633437316232323837626631316237643237393938366637353864
+37653537306461313538336134623038626139653062663337356437333662306333343032353365
+37396631363961373030623837366166366238623233616138393232363137353938653531303663
+62326132336535393337316537653163633635303766396239393633326362373837643862643833
+39373035656163353239623836393736623263376333393663356263646136346336633136373562
+64396334663339643663326139653032386235386439373366333633386266666538623964326331
+39353933653765346438663939613465636638333966646663646231613632326236666263623635
+31623635396363323263343865366638643638636266336132323334303166306664646537356263
+63343131623665353032616532666634613230653833363264343834613630396639316265393739
+61393262646133373834333262646334313339643536653462383634663365663365333466653635
+65313130376161333632386238373838343432383264363164323330613466376434336238373863
+35353633623833646136623039333033316633663234383762353432373265376264363362343361
+32386537386536343138653739316139653861646334393666353664303831366261383536363231
+36373663383332316430356164386632316535313861353431393662326265316331353662306633
+64303132386233646261373862363237323839333234626434326361323664663434313136353333
+65653233656332343463323763633665376363653934653930373436303865386364313233613832
+64383761306539373635356130636230613030663032643238653530383961663066663531356365
+35623865613064323239363665656632363535663165376233353862383461353964306465653030
+33343365623434333934623266633063396139306233316230343832663366643661636134626434
+32376431656631666534396630313562386662633035303662636432666364633036316137333065
+31633261656362306532343934323963633061653638393233653433366461646461363836396233
+63316266373637356535346438616161656338653465393731373934306633366164653030633562
+35646531366334623338623936343034396137636631643261393164663231316436613166363839
+38663736656439386331363331653434396263626631346564353735393963643763353132353261
+66636136663938646338613737666235356237663563313765653663616664323630343330613963
+30656564636362323538656131323866303565303830633533396634653237663533653035376239
+33656665306362363232383039353339346631343036373630346365343962326163356339633538
+32666538306163336263383638373063666338633537363061306635653136393265646632613766
+39643634663334386532616339643565376330636238323364366531346530383438323262333632
+39306362663639343239643761663165643636623630613664353364323536646532343333363535
+65373232636231376635353864633030363638353763396139626638386662653739313965303034
+38316430653361323662303931323461326136366166386665663436303130313565653632366361
+38363463653032313463326336396465396466376339373238623966653539633434316435326666
+62623363613765636562383464643435613137333432383031646639663034383736346265353461
+36316638643130323333393834653863333864613236623737346532623166326637343361303133
+64663133616135613766376635353263623063373237366635383361656233303138323731653839
+64363837353731663335643131323763636532343638366532393032633439316464303265343036
+36313937336134653661356163613233616462636433653163353866393931393130626565336365
+62336538613562653536356535393032633563383132643135376133383061636561653866366334
+65376637316662363463353234353735663165663963613763353738633166613366353264326564
+66323665646435383332366636306161396638336265636239353635623539643636373261646137
+63633861336631306331663736326634343862313433373337343638313332396535353062316333
+38313835643735393932623835643734386163666664306234613561326363373961326431333962
+38613134383738663733353430353433636139623730363765386331656437393965616362343033
+64366664353836353439343039306534623266396430643935663435656161633930363037336630
+32396630646364613733646662303163343635346261396538303932643166356161636337343266
+64653830373766303862316661666637306633376537643937643761636532323665636364323539
+35643466393732376461373036373333326130653739633364643965373261353131663637333838
+65616336316461643866623363653437353362616131356139393830393639616362336461666661
+63303131336164316632353332326130626236666363366137663330306165396464323135643933
+30306538366232333237353963366139616664633839306564343236623835363962393732653862
+34623765333639633837636238386334363963636431346236376131396564323461626665353630
+31383166646162373133396430326461633531333462376461633431623763333366303933343962
+35386161643134666563636538363935393066323832646338316361643564656330616334386265
+62323863336334306635343731326534643965386461663832316234373831656633636533613866
+37653839313735656361333433626663663365373565636338653135363434646161353830623231
+34616239326462383065356634373038316465343839396138393330333962396461353438366463
+65616339316438306563383432663436623039383163376131656235393134626238326266646639
+61633361663637323736373036346331353664313038643434393363326562396463636466613661
+36333933353965373736313161323961363362656232666166643333393233653539396533306262
+33313364363362653336383861653564386266613338383230333539373263313266373336323966
+34333932376666353463336365376561383866373066613863393937626434353863376537303339
+62633365346235653162653231646262656631303532643963306365343662626532663462353330
+35333932336533373534666361633136373933383534326161393263353161306133356436643132
+63383464646563353039343236613762373566616633373134383339383539386363376137623765
+34623834313734333166366462633931363938336139626232633762383730353061336236336263
+30343438656563363136366436303933313062373639386137306362613064333633383830343361
+35636233333131363139393862623231646362656536393531643132306534366665626639343962
+31343834366137616265383238333861343837643635393763656665353939376565343238393866
+32633635353939663066326333353433313764373339646230376662623165326563316135353065
+36383230386335623236623630656434356535313835616333633737306464613865393833623636
+63386630623637353765653537376663396632303863306235373063353964616362306434663337
+65343236636530653731353134373735653931613733373837336339613538366530623837356234
+33396264373038643933336661643861336663303863333861646238386635336232376562646265
+31616361316666363633343433616439636231373433366538626434656335613861373833353965
+63633163333938386332363434366364323365323335343166653035323733633938353838653863
+34616430656263323737343865613964373936326637386263333337646136393933393037633464
+38306534343039333135303937656336316163313266393238376332396437653566326136633235
+38346430343633343136613632393766366435623033363762623630366533333734633039656436
+37376439326637313636643235343631656237363430306538306433303130313732363239373135
+62643564393734323261333436623530643064383436653138383964616538326333303462396338
+36623733353662626366313830343331663561663339303663306666316237633764343564383837
+65663835643863373130353866343032656561633736656231626539343931326464666135303839
+34303461393030323363643933646130386537346435396630663636306437313330656332336263
+34333332656361643766343661636263373930633137343433633733313033323964376665623964
+31393565663432333336653031633538303564653833326361626562633635333831623834313961
+66613837326633336134383162636165613966386461333339313139383936626362643266336133
+36666338613330303633353636313631636230363535626331666464623961333764663862386665
+62643235343762383661376433636632346432323961353330373131303863656239326364623033
+31656465306438653766313338656137393237316362633031336165396466373861333835653939
+35363230616562393330393535316661623566356130333237636665303464633962663962343665
+65663834313136663537343962316635636332383739303564646265303864313532303964306233
+65323861306339336531313035316234393865393063323465326533656230393664316537346630
+37343664306632356234396535353266346237623431363638396531363465376230626430343066
+34653864353364613266373564323761656434376638396432646330316536363637663736366637
+34393130663132646439306166633532623433306230623736643533653234616431323565656565
+64656366616266633262306561303061623061303135663939363835623231303735663437326136
+37633730646634313736646538333134616265666163343464663665366164666539343034653639
+35643539376365303235346636313733663934613165656364313165653863373635333632626234
+34303234656233373937346335643365323238643164633034366534313736646438363165316636
+33333936316438626365313236353031386331376464363261653031643635373838386561363361
+61623033653963346538323636306361313063333733313037363538313233656664346136633732
+33666566303733346665343233613235616166613261333230326566623339373866393930333135
+65393132653662623063613031303039646163333530383539366139336566326238333235323536
+62653538626134386166643466363739373136336465333165653235353738366631646630336536
+33666562363235636431363364613861626339336436653239363465393735393435376462613838
+34303637663564336238363331656365383838373034326261373263633533333662663432623131
+33663037656437646161363938626234396236663838303865626435373461313237373165383038
+61336332356465376661636231393166643838326432336239303363313239636634356538383861
+63623061333632663065396439346630623236333761386431663265656639386339666336623062
+62663239366233346333633234343539663361343066396437373430666634366265363038376565
+61343536623132386635356566363534643238366433643361393839633531353630643161326538
+35363837346231353539336232613637666335616464666635663734323239643039626639656231
+34356663313132363034613835386435643563663361396334316630356531393333373930636638
+66636533653065323931643338333033383036323662656431623331663337623635366162653236
+34356663303038333963363563313032376232356163393138326435626663363039663431633566
+62636133306163383435643931336236316166643365323839656365613534613037336133666338
+63646665306165326631333065616562613966636635343861376137653132616232626132396362
+35643362383835373138336237656239646637646133313734346665336330643164323638396331
+31643035356561386665383364383231636531636264376663386234643333373937303431616135
+62326131353130386334666331376635616239616138313961326231353761346161616631383838
+36363866393661643832653966616663613533343436366166646331366233613734323235353063
+63666365333834386162373239326633613731303530343261646534666334663630613463313165
+61313063373664653162313630303263333237356435323361373665633361366132663637623531
+62643839356362386630316339636263323637613132363935366563646532356336303462353339
+36616338636262353661323739633662303630663561396335616463333630353435396363653564
+65393434363232646236663037313334636238613830333839656533656564616263336438663432
+35373936633039373865383530376634313939653536653464336562303938663039613965373830
+34326664313434316166353365636331656162353534626238666465373631666434303862313135
+64653962313964393030333535313431356533666238313666343838303135343363303762396438
+61366362373433636365623136376266316135623835643964373465613038376465663730386433
+31643538303833613734346330316565643239666439363737663865313162363935363664646238
+31646633356535393965613265386638666465613237653666626136306330323236626537376134
+63333731323861313432386432343863643664333237343566383762613266623966303865306236
+39313132386133646464623734656138373261316333386535626430613134363633376230616230
+36366433336165623866356638306561323236663733393666333233303835333231616332616465
+66356266323933633736633137373738623934663066383763383662383137623231663835623432
+33383031326438373866636165313031363562363433303635386330623334363033633731633961
+32643331393232306334616561613939613263616335356230396232363239613639313862376366
+33303665636235383633336138343438333166303730666362666134383763303666333661663230
+63383039383762356131666337323933303365653562326132353032656536366532393738663736
+36613164656437383762623831326437633238363365386635636238333733303565393937633033
+61376366636234393065616636333164343466366661323565346162643632666538356238306166
+33323137653439346533343438313664373436323863383664356461653032656463626666383965
+63333866336561623366306466353866393163313737636662373133383636353239613333323939
+66373033643739643031353836616563313766643866363166666666626665313038386466336136
+63363665323536383833313763623238656535623633343561366666653764376235356335386435
+64626265346233633639653335343563313361306438336466626633366536373161333837323036
+63353737633336323238366164353336636636646366666539363062666162383965313334376464
+62613637653238623531386264626330663261353634646633316434326262393537356237363738
+32633630653533633263316665633035643764663838633366343061393163666261376132303633
+33623763663335396632646562356164323061383835653261393563353364316135643964343539
+63623139326666323435393235363064663036656263353961626538363762393130663035303463
+30323763646339303530323638366636396231633262306661393338393762666237383835376334
+37346362396363333633303433346538663865613931616136333163343465396639373333643732
+34323238353034663437363238353161313766613938356163633364653330346162653064623635
+63616431326664353038313630346532333135393261313532306162323839363463333438366639
+35616439306436306266656633613264326637306361366334353931613266366633383631323333
+33613534306133623535376231383439343935343431343830636338323963373161343534633536
+32653664653834346564623334353666656233636464636236313665366563656232373061666634
+64343331656433626465343835313234366232336236393632346532376432303535666464376232
+63323563633635306534393061356635313738653137373166376230346532366266643333383464
+63613137623339396462313035333333663236323038623066626163333933383037303361313230
+30326530633133343265346336623466363363353239643838656231356464313865396365323734
+61356634623062653336323234393966626662613239666563623931643666616361316239316466
+37396365663538383535663831393735303163653634363366376164383036326538306530616634
+38396134383864343066613234313031633536646262663165316236376466623362313664346439
+62336533346230386530343064356635613438646232356334656162333339636364653439363031
+36366161643063386633653532353065366161343133323565663831646163303036666264633035
+34313036363433623865333034623830366331633062356331336263326466346632396233326464
+63656536373537373737323162313939613030346164396431396130303036646233663966353130
+63323132626437383036656331386530303565383631353261356538363161346134363961616163
+62306430616262353137326263363664376563386334343837613363656532623439626634336634
+33616236316535373239633965316230356639633965343261333032353964373935376563613333
+66333663636566363563613331613135313934313439313765393634343335633836326264316166
+36653961386339353235386665326230613636636661313362343866303065383938313033393562
+65366536303866383637393266653034353564663833363466363238343634653335633838316164
+30646662643765366437353761326337303533653036393065336166663239333635643564373966
+32376661356238386162323336633763303764663432616663373563383635326266623239343366
+36633335396162363564636432326532383866663962376162346261613230623962616134333631
+33663531353462353433346538313363376665386664306261633638356532613731653335306261
+62653936623533633234643266663332363737373863656265326462643633313138633435626434
+34303330643934366632626336396463656539383832313463396162313433373130636165306133
+33653765666134373261306165376661656233633563633836613736343865636663343061343737
+64386131663465336637383264306462393135356362366535366338616537666338316535333733
+62626235396435376561623636636539393065626538353732383262376635396337623264373230
+30363436666663306239653562353963313938313662626333656238383730353037613665373236
+31393132323834353063646366663064383039653039663361356463376634623863323831333931
+62396533363738373935646331643866343132353963663466653030356336643564616633343438
+63656461653133373666653864373531326365646365653133393266336664633035386261353164
+38646135376239646364633538656630376530363530376163623536323834373538353131316331
+62333634346133663562346564396632316136336466663133373830303564376162333164333338
+34313031306562373433663034323362316638353832343435653663363737353232353663386666
+33336565333265313831303735653339316332613161643432613266636162316630646562356137
+36323535383239616137613462616262336233366565633430626363623362386464633835336263
+32616364663161393736646361663862633064366361653831653261383737613032393636653466
+63613032353733623730613664626437343964643666343139383862346161653432306664323730
+62323865613036613132313966653337656632333565633838363732356237343737633662636436
+63326461376665353739623061306365323732323265646563643433616431306365343932386162
+63343430653131656131633234633063333934373161613138323664353064313262303536306566
+38363331313335646431623862626365623031396538323030633633623031323536633838656565
+64623666646161383661353838346530393833376262373165326134356163346533646530633062
+61303433343663623333393464343263656230303564613235373832383236306535303061393730
+36613064653165303764613631316465383536633330346234643934393335356261323839366437
+34316461333032643431636534303733646530346137643965626366343635656362653039623461
+33316366353638346534616438623639636365316661383030326564383637333832646535313938
+61373766343463303431653239386131353564643235623365336538333737316565366263636336
+66396532396263383464326230376461633762363262336563623433326437376137323937363861
+36323938366531316637353437313030386665316537303363636364363063323866343538396438
+64336338656361326431353465376231353765373236633032313563363536353736643761396166
+38643132643661643665383738303538343137386132653831356264616639363835656236646466
+39396263663532363539653935353231356633363062653461336439623239636333376535343031
+66623961656264636265643465313439383835643338613861343661376230633439393866353266
+30643336343066636432353938623464623635643865646634386231306430303531636566396263
+65326666396538346665363135326639316332383130656365316430303838633138333339386131
+64613861643335613566323761373864376632366139656262323264346134636334613565636563
+66376666333263656166613739353035356334636631343638313065303639663265396462656236
+34633330633066336662343934303630653831346430656531313939386137346635376466616536
+65383862336264373437653732343733326436646133353437383337623335353032346430623435
+32326437666164386462313933336231316365333064326164383431326363663361653138626166
+61666466656561666130616439303632656663303330636438653062383637653764386266663135
+65613866623763366563313965386334656431653261366331643262643535333332393638376439
+30613666313164376235366634653633656335646133313739613931353335303530623539313336
+32306639313433656162313137653730653335346661633861653566613938373332336133313830
+39343636643337316362306636343462373239343332346663336461386635343362613930363139
+66353063373335623133323032623062663239393136373834353762373035303063633462373763
+35363863376136333831303332343730353762373835653234393231663165333165343263643231
+30663137666566313531346661636636316532633864366364326338323362623631613464316162
+37386162613530303565306639366465636537303864336339613161383366336539323961663762
+30343863333831626337663332353266356539343831643331396466663562666333626564376332
+34313539643963376431303736623335623265326237333663313832643839346265626361386465
+63623138663061306264383337653834646465303761356333616265653662366539323364356664
+64373432663162643034613539373033313430326234353932613861636265323961633664306365
+61363531633762356536616362366265323635363831626661333135353337613131343130633935
+39623437373532393939383037623864386339336330373334656230356637373531373264323931
+62336333373866336132653939656236333632616435643830343966656466303463316463363039
+37626435356666616363356566316261313036313732636537353636336533333232383961333338
+66373033616633636566666135363362313261336239633537613561626363663764393363666633
+63643263613261623537303138383363613236613037613734343739373665666232333064616636
+64616533653263333963643434666265333931323962323936376266383366383439373635373635
+66363961623665366566623639353232323938663535373932303432636137623064356361326134
+30633964633638353665373438636236313865633661656536306663623239346337336163373939
+31663530643239356666343138623363326430333965663830646336613930393966393637393666
+64383465323132613035666464336635386161383066393938393364646536653166623739383062
+65366564636465363733616266653734356166663931663861613836653066343933613232633233
+32333266303361356362343138666165366461376336613437313939306162623831633663383832
+61363266616431326431643839316666366361306435623139356135613037623630616238363934
+36623565333833393032343866336364646338373335393438303162346238306130356636323565
+39323063326262313639663561646135336332396264636134326564663233353363613665303534
+63343164346531363137626637323630316134386239303662376366303736633832306238353666
+36636235393232646662323730626433323766636462313536393634633836363862373337343734
+62303839336564333061396430373561633035643038346265313566636465613862353432666264
+31323934333964633030333834356332383263323265306232306463663933393966316265306231
+39306234666236333633393331663332333830633762333066323364343162646133343865393264
+34326235653236366261353562363032633362643236356166326130346532343037333439613466
+37663962313831623961393837613830343034643861343031333633653136376337626661353836
+38376531323133303166396635626264323866666531633465363733653230383362646631303837
+32323561363836396633343666386464306332373539343466356161656164306233656135343632
+38653661313037376332663834653161616464353938336561373435353337356661323363396130
+35363463613837386434323461623432316362373261633633663838626139636135653530343537
+32663132303632646264643364386333373437643166646131656337343633396165356562626635
+31666334643861653431356162656334333635623730663864336236653464306630386235313166
+62333663313138336139353937623334363838333132666661363531306336316266356437656666
+34653534626232636137653463373464313239386336666462653961663533353433623564613465
+65346438396666653762343363656663666239333034633931306534393236646336313235333333
+30393439316631393264656134616336626133666237633639323433313361393032346138346663
+33343766643735393035626365613133376634633866333761333038363638373039363263323063
+34373761383934653864353631346633643930613961396639663664353037653132653666363039
+37656238663063613437623566373862313535313762626533346134646262626563303863636238
+35663163623832313430333034323732386232366333626632643162383564613364343965633437
+62353266623631313663326334323862323065316137393966666663333932313766633832373232
+37656630646539663762376630396361376666356464333134366230653664356464313865653531
+66303330313235326436303031363936393663626139393637643930633264323735646661323665
+65653861383337396164373635616164323231373432393934653535333037363961633431363533
+63313133353164323266383839323635653639306438653164306636346334653638623464323433
+34393032343230393337633264336664646234303937303733303733336166626436646634303963
+61653261613638616230356538316336386239656336333633643862646562376536353966343364
+66643061306132376264316364326263323037623234613036656165333733663633373737666464
+34393837343664303330656136653864373862396437356631303434326334633831333263383631
+30616638393939343137336462323764303537393966363636373331623632326664646139323862
+63363136356238633236313861313335386335633965366638373463303935646661633438356537
+65326339346263333435333365326339316637366335613432323833623239333839613630646238
+31336530623764393164616537343765336438306463396465363764383265373734613965326666
+65643166656466323735336562333634393364356233383635626332316136313238366565366631
+63386432613361316266646566633865386361366337323638326238343064383439306438613638
+34636435313661653761373066636133336361393866653833323664373330346339653963353637
+32396566303062303363623531393637613732333538393735656561383761383361643364363530
+62613836633434626232656438343761333164663233363765623734323265623966353366333064
+32646362333831383665396234663761613563396135666563636332313636313166313630633438
+64396433386538353965623132666435626333383837393436326130393263343761363266623464
+39613836616535373432616661323561643238666261303165333364313664353063623734396131
+66386530323639366363343731616631623363626135363239363539376437333464643237323334
+35643663326233646130653331346531386265613336383063663632323963376565393832663635
+66623061333938343364663637393335336432303431646265643538316662313336313834383263
+38303637316135616266373663616665306233383434636539356265373837653361373331653964
+66666365653866323433616665613263623530303165323064656138333661373032386536393335
+33313164316136653063356436613833316532643732343939346439373366666264396261663864
+38303438323631663039306333353736303635366633343533343934666563316266333130303635
+64376435626666333161316237363836383365313434336466653863313733373632663536383764
+34613830393130333361336132356164353532313737643939333132663531313064633631616237
+63313264383336643336366631313731633338616434353232653131313230666338633765303663
+63313366303133323433346436656166323434656431363730313664623430343231313232333963
+65663036613534306631363764636135323535656665396636356261626336663633663963636336
+66643961363137396530313562306639396561353136646365373064366161376638383738386164
+38643666373465373630336139383563646639306638386164323164666663326436633136643631
+36326563623137383964366334623237303465353130383036656536313630373163396138316437
+37373433623434616164323232656332383861656135666631323637333231396335336431396230
+30656262633966633665373735373239393365623865653765623635623130363133333432626664
+31653364343063373362393363366134303038363431636232343433303035366132356430313038
+64333566333939376638316261656330663262346637613039316132646361356135653737613666
+34643364303338313132343635353462313263313736393462326430363535376636653634646463
+30656439663534333132633064383263333834336237376338366664316434383862653935633836
+32653834303064663562326333633138323661363065643864663361376665656130643030333238
+66346636376235306139613466363032343034316135666536323163633465633766386264323362
+35376531353238646438666365376635303063373235633562386661633637346432613166633834
+64653761663039343765323133336139663234653063666439323861333837363966323331353934
+30663562643264386132326562643236356162326436653734356437663764646461623531646134
+38613533313063323332376132366363373362666165373636353337323661363836396462623630
+64393131666432396636393939323061396238656430646563396235393534316339666632363634
+62616463333363303633356261306635633633616562396438356563346431663135613463663034
+37623164633934666133343030356636626161376230646636623836616564636136396230383563
+35633361653238323035363666646262656265613961333937346638396337316437383965643939
+36623562626434643164653438656330623636326238646361396165613431353263373838366364
+39613733623364633736363536336431376162646436613135343530613064373265396335313662
+64326532616634633939636639396631363037633330656162383535383636343066363430373339
+34653764333665373037383363656436316164333837613731313462353466363338353565636336
+63313634633737643137616366643839303231303662313438393632303664633434363331616262
+65613630616137323631666136373339643164613938356231393030333032643162333663333661
+39313133303362613333633761623862636138366231336339663061386234323232656165393637
+39623462633639303938366165643936616335663034393239306564343264663632386235376438
+33393631663264386633363866643833626163323138323639303234393337303731353236383165
+63643366653930303638353534373330356530623065316133396430313563353466343266663064
+66336535336533393366333136396264633034653636643333323765323230643133383934313237
+35656561666430353964383436666665383032633335323637623131363662313965613565626164
+65323666323230663364336565623762616463383064356237373139363234363432646533356630
+31356632646539666566663065613037303735353665626362626437393431656538653561363732
+63326332623166383663333464646263313064633035633165303664313733636365393065333837
+36616564383438636232383464626537333765636139376239626438623035633638636335316333
+66636638353462613164323334396664306637623230666439346536626137313231613763626661
+66333534626165663135623338306537633931316163623832353965663063353266363834616561
+30306139333163636264336665333965313663616563313564393963373835346537326365383930
+31323535346164613731623464353365646463386363313863383233343935373733393736383635
+30643831306233643932336336626233333663383331303038303931346361323636663633633165
+33633737663762656166363237363466363134623262616634633734383233623331643463623836
+33393733336634366635353062326266363962336639386461613532346139363238306265633131
+62386130356462646438393231343231303630653039633235666666306134333732326339306430
+30383237353663343436313035366361363162366531333230386661376330383238363136376161
+39613463613263376130383639363161393963636661376239323063336564663432303864303535
+34353862386136313662376130353439346666376166333762366334393263306139346336646334
+61626632666466376562383338366563366464353836376333643561333730386664336135353736
+65393434306432386132663734383434336266396332643337626432343632613461333632303264
+36356562633562343039343137366332343638303062373137313839333763646535336437303337
+61333439326537323763353231373264313634393837336437363738346231646432346333343132
+62643634613939656237303061323833323538333838356333383766356566386138393732613639
+66643566643037623236633066633235636338326161323732343565366438386466666639383432
+30626637653135326464323431653138656133646163653033656638346434613130333961623330
+62396231336462333930393031616535653965356432643832613562633030363230393464643861
+62393163616665323764383036346435373463323636386537363236646238626365616339363364
+66343265613038363439626139613236383361373361333666373163373333383638323661366565
+62363962306361396132356637626635653363336533653733623962623336646466393561313462
+66633462323462356362396165373530306137323032373138656531373465306362303139633538
+33313362346230363630396263323239613032363730363463353461613837303437333132653438
+65386232376430366332386666336634353935613763323533616438313930626135333539376333
+39393662343036633466636530316334313939663538366334653230373464623763326164326664
+35636336656436363233323633613132666635303634663135316632616362386130633832613336
+61306532366237333665643463336536663433343234643335303766323835363565646139663632
+63633430613763383039636264623836353431303766346263343331323532633230613133323165
+3532
diff --git a/private/frontend.pem b/private/frontend.pem
index d4f4ff80..15ea5f48 100644
--- a/private/frontend.pem
+++ b/private/frontend.pem
@@ -1,167 +1,167 @@
$ANSIBLE_VAULT;1.1;AES256
-31306462616333616638626663636562636166653563616362326564616237333762386636633038
-3137623839663965393932633834353732316437386665620a643164393935386230323138653464
-36356462303536343561656166636132373666316564343162336364333731633230656661346161
-6534313865666132300a363830363830633665323532653537386363373230393330343665386465
-64333934356362393139393163663962373239323235396264363633666234353261323866653132
-63353365613266653531323463393565633964663337643539653837356663643230633263306230
-39366563643764343135646664633739643138663665346637623765333431383937643966313538
-30613662386333346333363462393735323564333039323730353632343565306335316363323633
-64353734356261646437363930666363623137346139626239386539333431396138613837316666
-38626166393032316164323365303033363963616366346634383533623564343733663139363961
-39303461356166633438356662316366616238366638613535316364366636323163333764616333
-32316166353431396630383637323839303532313939663430343063303135613538336138383032
-38646163323634643065353966613533663832646463643562343730306539653332386365326339
-65353938313663623534663462333761373661373262346166626162316261616531373133356435
-34623063663136613239663162363530613062633064396532633036356362643631653234326162
-31333163636233626563643563646434333465333135306130343533373732386637346466313839
-36356666633033313131653062373434663831363464643163626637383262316663303361396339
-61336238343335386461616362316361333764636161646631613835316438383130316665313035
-65646337343833396531336130343863623938666563343866356537393565663336643237626365
-36616337386335383335353932613339373936663237653938353234633766383039633262373932
-34306132373835363332376639353264316463303064343033356434376532646262353839316563
-30356638613263636439366337623039633336616464313039343339353935303336633436653465
-33336638633365383839643832663339373365623464326661363436636462323862323665383761
-32373938333834353963666266633632666435653333313639336262376365663334643639326461
-63316639306663303938623235346132343565623739386564383163363763316539353038663430
-63343438336138346230646334616436656236343232323630326231323332336536623830613533
-61346164306262663665303034316461653266386237656262656639313035343132366161376333
-63313630336463346264346332356266633464356666363234653834393464303838646630343434
-34386630386239303438333730353862663339373134323132343037363734323935333362613039
-32393530363634633334613561656439393466383837633861336635613430383938333863613930
-63393235316534353234333365323438656437356166323131636436323634363737633432353938
-30303430306265353237633432313537363034353165616463616133353135666139613866643735
-34633033613238383962373335333432623764383465643163396338623336313866323330316165
-37653433313936393639306535393863373937316531373336656162336261326366353365613564
-38376365326530656236323264666561633766616264326462313337663439343666313930653664
-66326539343862393334343165653332633132373838353431653831346332643235613864383830
-36643437353736613136616133336663633461303731633365663535333766383564613939306162
-31666339376334336230636265323735303636636232633233626333613561326565333633636434
-63373137303939306461626466613333306138646532643231366531333961323437626237653934
-63316238623036343632383862313962623736633031306636306262336166393832393532663538
-62336365646135356462316634613165326534373037643934396165616138343864356331366234
-32663933643332343861363531626264656631353665646466346238376130343865616537346237
-61306564386133356164323161623161323361353132383064653866393265636164613236656261
-30636564663665306538353730313636643862396431616365396335346136636265663261633039
-38333933613435343233366136396665636264326262616135636238636639393065643238356237
-35613662373663386139346131356461306339383834666534656635353734333232363730326461
-39343965366135393330383163623536626436643039353536323630343533626136313865623862
-30303361383539623965636337653232646663613361616137346632316666386434666132313836
-63616362326366316461633437646537366233343264363431633164613034353830363966613031
-66363736303966346432376466336633306364303038656435303564333663303533343736393361
-61366634346639613136613466636664663530623362663632613833336633613066356235663538
-66626534306364636532653864613930306237613034383738636235623630336639616234313766
-31353465323936656561643230376431303661643961326539653237623965396331323232656635
-32356363343239323561323932626166333933643634373132303866323864663665613436646366
-33656239393862343531393466613730363362343132613430656232346466326234653065323561
-61393161386562316262323239323235363862376231343036646266363132396465303663666666
-39326666343162303538656332303966336632343939363331623961616665303363376232323563
-61313732393330663434336331373138313262313266663862353835613138646233326133373962
-32316236376133353238646364306233376237343333613962333631663730636337336533383734
-30613963313331656630366135653239626434643933613562333961393761663037383339396261
-64643235316363346535616632326162643038323333613732633238643665303732626364656364
-63303861303562373264666134363461653634353564316563303066363134663037346465323461
-36383631613662306235363437616364613463353936633635643265386539333031663662366564
-39633562646632336265626238343136323365626332303531333539646662376534306238363037
-61353863326238333466363263356532386162616632616165346431346361316438633232633134
-63633664303663636436366334346630383265323933333136346334363939393665633338666331
-65613761303838363739353930323835633530376262316439373462363038306165373463613837
-31643239326161376262333539316234633337383134303030383136656135393030356430353865
-37323262346634366334353336383530643062316562643036623932626162346364396161356331
-63643032313437306464316431366238633066376638393139303836323634646561373732616235
-35303533353565313231313132353734636533373230313833373433303337313862386432386663
-66613133643839353533626333633066613563356233333831663032326439653131663431373037
-66373731353662386565333637393964623162353465323961353034633431313739303561613431
-31396638623938643634343032313831326632646637326338343333386536656233646538353634
-37636139313435356132333635376339643133343130336334636261666230366262336363643362
-36353264373438616132303763393964656338623965633761306536663037663264343436346265
-63643034366430633063376266633238633734343037343838383064303830383736383636646231
-32633563636237393966663138376163636139666439316131353238336363373534313134393539
-63623865313934316630653765313731356634316137393365636232333938656432653032393161
-61653266346664363961616138333536616336373536333965613265373939353334663239333262
-31333764313161613662326663633031343461636363626462626534336332383662613536396465
-34643966333333343832373362356131363862323730623834643665653762346230383761643430
-31633862633465343636616233643031643532373564613261643337646438646139386235333932
-63653138353364653633383565626631383465336265343531383936643232336431346365326663
-31356333346635643636613636373661636264336531613537303731333366646365643835666166
-34383662646339633232353633383064316636626664616330383465323432353335363364626263
-39396664306130646231316539396237623731366539346631353764346663633962383763323061
-32373963646132363632316166373137646364336234326461626237666436333763356163353837
-36656131383737656366363662333666656365613139316364393536316638323734626661343434
-37333463363762626337336630633162343436646663383832616237626336303764636566643835
-34643934636132393230313531303034653033343431336561383039633034613966333337353961
-30343065373765396538313234386538613630646632366461646637326438353361623165393264
-36336631393462353431633833393931366633393539396537306635613536326630306639636562
-34306233666461653239626566616436383565306363646538633137653936366632346663636663
-31613830643430373335303037316561346363323334393962333131616163383531633838336637
-36343863373735333663386333633961353630333631393037363031363131303364663133376363
-39613562303638336536366533363462343264373232363936353263656134656138393135336366
-37376339666164656234623232663966383230333562623631383134643839653863333636633838
-64386662643261656633343136333430653936303631666138666633323366343830663065666366
-34346130613030303939633361373866363430653136316537366434653635636532336266383434
-62643538376633383731653964393162613033346336396431366137326661363033356638633963
-35616331346231653764666464613563323135353231336236376233363866343431343730343536
-61363262343734386237363663383466383936323766373030633663323663323539386563383136
-34636632363434626533323662333531666132303262626261356534306531663364653634636466
-66666639666562633737313631323464643636326431656262656565353031653330396365303263
-31663165333039633230626538316536643439653865363762666666646239373565633262346538
-30356566663536316334393965313833303864353231396639386261316664623833313162623962
-32336239653139663539306534623839646533326635633034616635323262323135333563343664
-38646234353738396130303638356262353439323638656561343165643566663030353366383335
-39323830633736333864303739666332383735363335666330303466313934346436636434373661
-64376662326330623832316136333363373534313839323462323966383766663232333464656336
-30613238303539336661383235396561653065363764646337636232636131333763313335373238
-63306363363533363366613561633031383065653130613966623162323430386266633439633539
-61303436636439623531393438363832306532323032316464623861613830633330353066326463
-38636530343735626438326234393961386436303634396663383637363061343363633362666630
-32303435636561393464356135303636616630363237323038646136373838653565656264656234
-30643936316163323433356362356639313838326236306566393562303635363231326463353931
-30313139366164313462313665623864376335383531303866313732333935623730323966303534
-30393365326661353638303862633034343931306530386236386632663533666662346236326561
-31663430383330613936613035633166656463363333666466636436333531343534393438663066
-31646362626337386533356332396533376230623431626337663466386230386663633339373666
-34633366383964373036356230323163323439333832303035323932646561646466383438636165
-33336138346534366333376434646461623531373538633965663130616231396266356131616665
-62356461623034656134376430353537633034633663616461343266376434393234393635336433
-30376433613630323462316161653264393165623239653637653238393336636138373966303337
-30326230653835393163326535353533663663393434386466316233313837383430643037303664
-63623065643337383830666363346364373835646336303063366333333161326438373963663131
-65393264343838383033383339323066323936306639323765323264356361383163663761613637
-39363363666462346264323130396465376634633735626339663731343533333934323065336139
-35623731396565396566323732613766396133323534663565353732633837326136633732626536
-39326133643137336566646636653965373363663739623262326631366330646430333833626165
-33303535363264383233616363363062323633663230656165373236656461336162333939306165
-34323666623462323866326630623137363033376665333564633264316333383832353962373164
-65396135633530303735633739626436396233633432633532633461643538336634623236363836
-30383531663664353261356532646639363136313830623733396337643435326133303235373735
-31623861323932346435646466386334303230663135396132643861636539343234343666656436
-37393762626638333563633637633530323236343134376361643162383434376433333362346637
-36303236363565363233633034313636363536323365356639643232303164613165636138313834
-31303132386131303834386133303161643036626135343034666361386335646562386664333763
-39623836633734323335363931363865613632313135353365336530636137613762306136643932
-31643062633137343631306637363837626231376134366236383565346436393761643733393566
-39393836313766323534393465663333613138333861303166626364613262356536666130353964
-39376166333661323835653438376466656138653464363166653861343436663831316130316563
-35666262366166303834666137373661356235656630653064336461303865653433626263313938
-35636362663365613234643230303135376433626130376339303535306639376437313561393461
-31383038356537663133356334323533626164373237366631323733353438646261333866323930
-63663633336435353166363564623263653936306634323730316630373436373239333636663364
-38626530383663343336346666316137643731383063393865303339373465366238383761366366
-61306562333631363032333234353337616265653065353130343330303464316466313563646361
-32653730636333336239376131656466303063336163613636326566613639393038653635663663
-36666262636635653533646533376432633362656261613265303636356262333230366133393961
-33316136366636393737343835653733383839636561346630663937306239626663353738326336
-61323032623636396364316633333666623262393231363961366133643362663733333233303130
-39656534326465313861383036616164353265393561656632646534633633326162313539613162
-35636634633036396534643939363332336338343133373131646631396633303863323866363137
-32633363623132316165346265313032333734373962346132616365343934623534306435633063
-65316362333364663932653834373934393935393539633136333130306563306565343661663166
-63396330633835386531656563613630316436653761333532303966313134643032306335313365
-37643566626561376664643062653131303134396638643966346135646564353236666538306663
-31383335373064636466653138636339623966663362626662663833356165373532306337353363
-38383336336636306431643363616431333537373264383564383564326535663734303034343664
-62326637653334633465326364663536396532376466326338376664353635306566653264366464
-64396638626566316137623837316361383861363462373130383661623963616431383034306435
-30616238633835386530396563646530656633363431353262376136373633356432306631336339
-38356235666638636361323666343835636163313238633737383164643331386236663736663239
-6336626264316464376531353363343363653464383965363130
+37393233333737323861666261343565306331666431366334353631343238643866373830633431
+3732393134396531653832396335303135346238333235310a373830626631386432653939313865
+38613330633039616366653264613635396164393037313062356538653935633533663432663064
+6562633033363031330a363164353262643233353366303832376266396664363661386630613038
+35616233383232313532383063646464356434366366303864366235386231663531393064663131
+31646166356636633866333834343665323736336336373537613265643736303361613336363262
+31316433313137616563646662373431613262636537333331373464383836306465313735363265
+34326362663437333035343763646665623933356538636166396430643365366235373536346630
+65353031323866326161633033333334643031383530303834353539336239666162623066393733
+32326162656333633932653335316636323838373035666438363963393961623135646137356337
+37343866336131386164373635313337323963306538633233313539373235626133626130626565
+35356361396362636665376332626638623830316535343934643665366535366437653762343963
+66316162666537316435323539653434326665663236353061323666303132656561363765333334
+31646338316237396638313432363162393534336162353565313732613865313938343336623664
+39356533626262663236346566373166633965643834383934343037626337343339383533653730
+32646533306535316264343163313437336636383537363437316331653134653135623131646663
+39316536383330623964323438383434303039613730316133613966343736326531633766366162
+62333363666635646237336131643263636438366138393830393634383932616161643432383761
+35646532643737393936646261643333326437333039326463376534326333623936313164623035
+63656333326662666463643537613735363362346631336139653936303766653561343363356639
+65383439626331653239323861636264353633383031346136316434613639653330326133643837
+33666435643239373037623032376364643936363762336465313636346237353566313031333533
+62393066396535633634643165653962616135336162343439396434353238643366643139656466
+37623731326563353431653263313737643235356261313564336564393232333264386562633636
+35306162306335626531626637393765356236373830663461643339636537396435363864623634
+64613561333530633635656163613665643964376130353132376365336338643363343664306236
+30313439313361613938313432306631623731343965303337653535373065336439366463663630
+64373462353337363363663539353862663364326231306266613136653833303438326133653262
+36666461613538333834376264313565333066393265663739323737316363653965396230396466
+33636563633866383365363433393365393133396233306433663739303034333931643465323632
+63346437326332643064373239343666653562386362366464643430313436646534343137343465
+63623861383339386537663134636130613430306233313432623561643264316334346537376439
+31636134373061396165323465653333666435653734386635666232353165363861373337313066
+39666138626138353761663432373332333535613431363030333063613634356237633465313261
+64393666316238386234313533623936346334366436353432633061383665633032343534343732
+34376531643837333762656264636539346137646536636633343130353163623761653666626434
+38316664336566303930653865316239323139616163633535343264336563323435333430343161
+30663663663330643537373335303336633034616165616464383438643662343961613536613830
+63316562323131376637326639373664633239613630356135363365626334636363656434346630
+38643465383538653565376439336462326636333530313462653763653830626166393464376330
+39373833313333393636336465313361386533373264393266663061616432613532306339643437
+37323730343833376637333965613066346533663235666439313433623462613939396466373661
+38383839303861393562303366373064623566356637303538333461393763346234613935633366
+35616632663464353533353532393433616535313131353330626436333237383934663062353765
+39346431616138653565346632633831363766353839306265333961633231313931333231316238
+31353762663362323262353963616136373932633531303733353965663961373861323764363364
+38643365333033373431383366616139386361396238316436373734306463326338396637323366
+63616162373939356530613537396532333366633838343233373739333331363361336530383039
+38373536303964626565346465663361663339653765643363353466316462353036653432643462
+34616566353735343935393930616638663339656132653938343834633036383232326664616161
+37323061303437646137323135613033653964326633643936636134316432373634343563343239
+66643561386437363265393135383939613561623165303630376437303061646633653731363564
+66663430333965666136653632336533303739643164326435306231613961303938633363303363
+31626230646332666435623537653738303665653966376632393937303435323765613233656365
+36633935626663366534353233666431366436346139383066633638313764396338643161653262
+34613339313766663833616130326230646662643936616131663335393632386265323337366562
+38303930383535346533316536303938373533383861626135323135366566303466323730623031
+38356361343932623365626236643366396137366366623837313234326536636461633830613836
+38363637613362646361343631656266623062363663636231373634623633323930666535636533
+31326561613363633234366264303536306338376362353335346534636139353731303739373566
+32653032363835313731646237316632393263343662393938616231663131323030386238393435
+32663636626537346534633665656164353438313433343666656335616465633564613530623438
+32393239376533373838613163353439303631313131653235313036656565376566353564373636
+63353366373536393636396234663138363233373330336637366231313331313865636666333535
+39353438643033303461306530313064373662333264623666326638356165653432656334333962
+61373761663535623130346638613865356136383834633337626234643837623236336332323934
+38376565663665316164346431633930613664636236643830396237363639396138393830643763
+31663530643234613861353330643066396131663566653064333633643539366330373434633934
+33646466326134626538366432666236386131363232643665323631386535333135636530363361
+38313432653061373062333161663161313531653731653532353938363531333834366262343365
+38306331383963353761363235366339616261356130666165393138316562656330663833626332
+32383231346237373538303034326433626435393662653162393238303834393566303832326431
+66363030626334303263633933353465353762393637633032613330393730363166326163386364
+64623163336631333933613361393566646336313933323833393833336562393461343734373966
+65376534376237333233656336626335633536666664613536333861353933336562666638373138
+32643537336464653931386133623261656662336533613634613132653563626161363835383732
+37313739343835346131303038663631383234636135333938656435396237626533353764343438
+62656639656634343865623733623332626235343339313232386462353863643730326333366133
+32623634643263623964306530393864383763363064346563363933303566373465616132653439
+34373066323362393564633966386131313361383334396664656330363665376532616236653133
+62653361363936373831343330376634396536326330396333613663666661303031666433653165
+36326236666138383266346431303136363333303034633761313334346263643437653564363163
+63653165396133313432326234353936613361393837613839376630326532323536386135396337
+61386434336439303431356430366337346536383165623538623634303862623563323937363737
+31373438306436623936313934366565306231356135363533303261636431626164646162326361
+66646462366532623963653832396561363566366466393539346462643732313662356637633136
+63316139306330303633623632303663396233646233366138366231353931373339636136613962
+61363930356232656433396434626132323538646661393665333939623362326661373337303863
+32336630306362663132653331373334393339346662323265616339356362643632323435333763
+32616532373138393062663363656535663531656336343032303137636434373335346338643934
+63346461333464386436373630333338393139613462316133633239633665373535306162316635
+33626566643066643962323161626265363062626534626566393963323133653761376438363264
+64346163303833373631326435626538656235333039653439346235383239366464366439636366
+33613137326431623665393664316534653636373734323466656130643839616566633861396663
+36376537393436643261643861636461326231633831303864326564343262326339353939366466
+61353536333431323234313932643461333134346466333638636235353564616631643637346131
+34373562613565643736316166663534326632393661666239666432316336396339333330373832
+61356563663636346239396537643335346565373835326563393839366662313866623932643936
+63393832623132303665636134653932356165383365366632653065373439643764376536613034
+32346530613765333562653030623230303638663037303835643530353836313030373838376134
+32386164666332633837343535306135336233626631616362353536653233663762386365356662
+37336331353836393835363762353164303739303731313465393836313134336433363739363565
+30383334643130306638306663306162396636323833303939373062363664393962316233623039
+62363765313838633665623365333663643533643361303031353531383065626634383434623766
+63613634373861343833323238306634633339636162663032383834306138383034383131646266
+36656163303761303532386139653037346663303461396361356334666136666261316439343533
+63336363343339386162383066366234623038623232396636636161353837646234303761663962
+32386330383763613938376562666534663533616462666365353939303839666161643861353033
+37623566386530633338333861313038326133663035303763653934636665373862643438646561
+64656239353730643266306335366433373861626639666436333261343335343862666337333032
+30353731626465383534646365326335343131643034306239386335663337376135376530306334
+39333666353963613536656437303638623465393935353961323131623633323433646464343038
+38393362643163643936336136666335643439643136323030616139616235383566346535316664
+36353431303436633739356237326536393961656563323939613338356565396366616663303338
+61313634323935343832636664306161616532636563636463306632663331366536373662653863
+65366230633566666463326631643038356635386531346563333037376430336537346337343765
+32393262343561393661303465616134626364373232303233643938366237363962363230633537
+62393366326465356662643737393235626236636333316563633537353738663039383265613964
+39303666383635613965356134373735656530333035366461306465636665643930343235646136
+62346238373565366363653765663432353838626665363437653133663137393732393130616666
+34303232613937323732643665313232316464393061646363313366333431356539636364623961
+62633036616266653762353332666432396234656163323939343262643235316137656339326539
+61363266343835613439373336323934303665656162306339366139656538333231333864633132
+66623764343739303238336537316231396565663732346236336436326666626464653765393766
+61626536393335616264613434623864626566353331623965613961666638363161626564326264
+38613037666231333366323666313531356664323762643436666539323138343235356531623838
+66333566623132306165313333363562356539313738373939646132323763373938373263663733
+34313565366132616630346564343035313266323362386563316234633830343861616666326338
+65613839633833613362363430666234333063366262636536613032663063373738663263376161
+65646365356134396266643664613964313632356539376161666534373637303539663637383439
+38613961393035386663663134323666616431383165333530336333646665633337333262313738
+64386363613764653337373166613238313534326233383434393466383066306666663439376431
+30373663643832313465323061656133663562663931373630336532393965633936616439376232
+35336539633233653866396463326438303534356632396563633732336532633837306539366262
+64343237343365343935666265643838626234653337383563326661643663343133363234653830
+33353232633761663662376165616137663565653639626663623538343432333039383039366133
+63346366373139613432653736663535666335373535663535663630376134303330666236613439
+30323937666665316637346632623662656539393862323562343064613834363561636664393838
+30363633323061343733303466653161663132346337346132343638346262333031303038373937
+61326165303534623966633636383865616337306461373537656364653261353235353939336439
+36643933373933636165666662393766353262626234333765643162383135373536313161313633
+61613930623866323530323063616161303131653438393561383935356238346564633663623935
+38313662323561323534663233666561646463386464386461646333306161623762326564643766
+65343038616562666536393733653531333737643863356665393238633465663031393964656164
+62636231303632396534333730316161343866346538663362353065383837303934326335623534
+31303831353735363533393764383533346239346236323464653638336665336336643738323739
+65663732313565303138333436316435316137363837383065366463616665333234373634653163
+63623031636539313266336233623535323764333064373536633864663833346434613265336431
+66373130616435386232383563653262356338323037356234326163313830613762666238366533
+31323334363738343136393634376466663433356138386161323761366239343838656131323166
+39663539613238663264396463636134316264613965353138356439363663653133356636396165
+39613334366266366339636134393539303332333337356135336430386364316434363530333139
+62646164393831333263353839376239366663313635356566323333633839323963663132316133
+61353166666432396237653535316163323933663661633231303039623336306463636631336335
+61353734663233366365353762313462656439356536313133663136643333626132376261633530
+36663635613962363132643835396261633661363630393039303836323335333234643435393765
+62313261383938633562323265366666356462386230346561646363336464646339663035383938
+32353462316634326638633338316535663633306632363738363061623261363163373361666236
+36396665613232393766643532323362333834373464386433653933363135356432396364363630
+66656530303937313963313633663164363361306633663233643137623362393665623330343765
+39373033613833306337383663303366356465393936376162313865353064353735346534626539
+33303833393764613737363235363730623439363366366537326561656530666666386563623639
+61376162653833306536373833393838393638633837386564343535363430653663363334333930
+32393036366236636466336233656430336164653637333837376635336233353538633339393030
+61373665633464633063346332333364623362623361343734306664613132396539616662353162
+6266646532653139626233623537313932313766316538646662