From 56144ff6594fa745a7ff51a62ed565cabfed8c31 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Mon, 15 Mar 2021 08:48:31 +0100 Subject: [PATCH] committing changes in /etc after apt run Package changes: -apache2 2.4.46-2+ubuntu18.04.1+deb.sury.org+1 amd64 -apache2-bin 2.4.46-2+ubuntu18.04.1+deb.sury.org+1 amd64 -apache2-data 2.4.46-2+ubuntu18.04.1+deb.sury.org+1 all -apache2-utils 2.4.46-2+ubuntu18.04.1+deb.sury.org+1 amd64 +apache2 2.4.46-4+deb.sury.org+1+ubuntu18.04.1+deb.sury.org+5 amd64 +apache2-bin 2.4.46-4+deb.sury.org+1+ubuntu18.04.1+deb.sury.org+5 amd64 +apache2-data 2.4.46-4+deb.sury.org+1+ubuntu18.04.1+deb.sury.org+5 all +apache2-utils 2.4.46-4+deb.sury.org+1+ubuntu18.04.1+deb.sury.org+5 amd64 -chromium-codecs-ffmpeg-extra 87.0.4280.66-0ubuntu0.18.04.1 amd64 +chromium-codecs-ffmpeg-extra 89.0.4389.82-0ubuntu0.18.04.1 amd64 -libapr1 1.6.3-2 amd64 -libaprutil1 1.6.1-5+ubuntu18.04.1+deb.sury.org+2 amd64 -libaprutil1-dbd-sqlite3 1.6.1-5+ubuntu18.04.1+deb.sury.org+2 amd64 -libaprutil1-ldap 1.6.1-5+ubuntu18.04.1+deb.sury.org+2 amd64 +libapr1 1.7.0-6+ubuntu18.04.1+deb.sury.org+2 amd64 +libaprutil1 1.6.1-5+ubuntu18.04.1+deb.sury.org+5 amd64 +libaprutil1-dbd-sqlite3 1.6.1-5+ubuntu18.04.1+deb.sury.org+5 amd64 +libaprutil1-ldap 1.6.1-5+ubuntu18.04.1+deb.sury.org+5 amd64 -loolwsd 6.4.6-7 amd64 +loolwsd 6.4.6-8 amd64 -python-pil 5.1.0-1ubuntu0.4 amd64 +python-pil 5.1.0-1ubuntu0.5 amd64 -python3-pil 5.1.0-1ubuntu0.4 amd64 +python3-pil 5.1.0-1ubuntu0.5 amd64 --- .etckeeper | 3 + apache2/mods-available/deflate.conf | 1 + apache2/mods-available/mime.conf | 1 + apt/preferences.d/apache2-data.pref | 504 ++++++++++++++++++++++++++ letsencrypt/csr/2513_csr-certbot.pem | 16 + letsencrypt/keys/2513_key-certbot.pem | 28 ++ 6 files changed, 553 insertions(+) create mode 100644 apt/preferences.d/apache2-data.pref create mode 100644 letsencrypt/csr/2513_csr-certbot.pem create mode 100644 letsencrypt/keys/2513_key-certbot.pem diff --git a/.etckeeper b/.etckeeper index a5b5aae1..486eb23d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -766,6 +766,7 @@ maybe chmod 0644 'apt/apt.conf.d/90mintsystem' maybe chmod 0644 'apt/apt.conf.d/99update-notifier' maybe chmod 0755 'apt/auth.conf.d' maybe chmod 0755 'apt/preferences.d' +maybe chmod 0644 'apt/preferences.d/apache2-data.pref' maybe chmod 0644 'apt/preferences.d/fglrx.13.350.pref' maybe chmod 0644 'apt/preferences.d/official-extra-repositories.pref' maybe chmod 0644 'apt/preferences.d/official-package-repositories.pref' @@ -6127,6 +6128,7 @@ maybe chmod 0644 'letsencrypt/csr/2509_csr-certbot.pem' maybe chmod 0644 'letsencrypt/csr/2510_csr-certbot.pem' maybe chmod 0644 'letsencrypt/csr/2511_csr-certbot.pem' maybe chmod 0644 'letsencrypt/csr/2512_csr-certbot.pem' +maybe chmod 0644 'letsencrypt/csr/2513_csr-certbot.pem' maybe chmod 0700 'letsencrypt/keys' maybe chmod 0600 'letsencrypt/keys/0000_key-certbot.pem' maybe chmod 0600 'letsencrypt/keys/0001_key-certbot.pem' @@ -8641,6 +8643,7 @@ maybe chmod 0600 'letsencrypt/keys/2509_key-certbot.pem' maybe chmod 0600 'letsencrypt/keys/2510_key-certbot.pem' maybe chmod 0600 'letsencrypt/keys/2511_key-certbot.pem' maybe chmod 0600 'letsencrypt/keys/2512_key-certbot.pem' +maybe chmod 0600 'letsencrypt/keys/2513_key-certbot.pem' maybe chmod 0755 'letsencrypt/live' maybe chmod 0755 'letsencrypt/live/ccu.hoellein.online' maybe chmod 0644 'letsencrypt/live/ccu.hoellein.online/README' diff --git a/apache2/mods-available/deflate.conf b/apache2/mods-available/deflate.conf index dfd421be..e891e03c 100644 --- a/apache2/mods-available/deflate.conf +++ b/apache2/mods-available/deflate.conf @@ -3,6 +3,7 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript AddOutputFilterByType DEFLATE application/rss+xml + AddOutputFilterByType DEFLATE application/wasm AddOutputFilterByType DEFLATE application/xml diff --git a/apache2/mods-available/mime.conf b/apache2/mods-available/mime.conf index 37dac86c..38f8eb51 100644 --- a/apache2/mods-available/mime.conf +++ b/apache2/mods-available/mime.conf @@ -76,6 +76,7 @@ AddLanguage ca .ca AddLanguage cs .cz .cs AddLanguage cy .cy + AddLanguage da .da AddLanguage da .dk AddLanguage de .de AddLanguage dz .dz diff --git a/apt/preferences.d/apache2-data.pref b/apt/preferences.d/apache2-data.pref new file mode 100644 index 00000000..dd693aef --- /dev/null +++ b/apt/preferences.d/apache2-data.pref @@ -0,0 +1,504 @@ +Package: openssl +Pin: release o=deb.sury.org, n=stretch* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=deb.sury.org, n=stretch* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=deb.sury.org, n=stretch* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=deb.sury.org, n=stretch* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=deb.sury.org, n=stretch* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=deb.sury.org, n=stretch* +Pin-Priority: -1 + +Package: openssl +Pin: release o=deb.sury.org, n=buster* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=deb.sury.org, n=buster* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=deb.sury.org, n=buster* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=deb.sury.org, n=buster* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=deb.sury.org, n=buster* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=deb.sury.org, n=buster* +Pin-Priority: -1 + +Package: openssl +Pin: release o=deb.sury.org, n=bullseye* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=deb.sury.org, n=bullseye* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=deb.sury.org, n=bullseye* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=deb.sury.org, n=bullseye* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=deb.sury.org, n=bullseye* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=deb.sury.org, n=bullseye* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-php, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-php, n=bionic* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-php, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-php, n=bionic* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-php, n=bionic* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-php, n=bionic* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-php, n=focal* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-php, n=focal* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-php, n=focal* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-php, n=focal* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-php, n=focal* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-php, n=focal* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-php, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-php, n=groovy* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-php, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-php, n=groovy* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-php, n=groovy* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-php, n=groovy* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-apache2, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-apache2, n=bionic* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-apache2, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-apache2, n=bionic* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-apache2, n=bionic* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-apache2, n=bionic* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-apache2, n=focal* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-apache2, n=focal* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-apache2, n=focal* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-apache2, n=focal* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-apache2, n=focal* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-apache2, n=focal* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-apache2, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-apache2, n=groovy* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-apache2, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-apache2, n=groovy* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-apache2, n=groovy* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-apache2, n=groovy* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-nginx, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-nginx, n=bionic* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx, n=bionic* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-nginx, n=bionic* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-nginx, n=bionic* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-nginx, n=focal* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-nginx, n=focal* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx, n=focal* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx, n=focal* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-nginx, n=focal* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-nginx, n=focal* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-nginx, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-nginx, n=groovy* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx, n=groovy* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-nginx, n=groovy* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-nginx, n=groovy* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=bionic* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=bionic* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=bionic* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=bionic* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=bionic* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=focal* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=focal* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=focal* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=focal* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=focal* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=focal* +Pin-Priority: -1 + +Package: openssl +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1 +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=groovy* +Pin-Priority: -1 + +Package: libcrypto1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=groovy* +Pin-Priority: -1 + +Package: libssl1.1-udeb +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=groovy* +Pin-Priority: -1 + +Package: libssl-dev +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=groovy* +Pin-Priority: -1 + +Package: libssl-doc +Pin: release o=LP-PPA-ondrej-nginx-mainline, n=groovy* +Pin-Priority: -1 + +Package: openssl +Pin: release o=Debian, n=stretch* +Pin-Priority: 1000 + +Package: libssl1.1 +Pin: release o=Debian, n=stretch* +Pin-Priority: 1000 + +Package: libcrypto1.1-udeb +Pin: release o=Debian, n=stretch* +Pin-Priority: 1000 + +Package: libssl1.1-udeb +Pin: release o=Debian, n=stretch* +Pin-Priority: 1000 + +Package: libssl-dev +Pin: release o=Debian, n=stretch* +Pin-Priority: 1000 + +Package: libssl-doc +Pin: release o=Debian, n=stretch* +Pin-Priority: 1000 + +Package: openssl +Pin: release o=Debian, n=buster* +Pin-Priority: 1000 + +Package: libssl1.1 +Pin: release o=Debian, n=buster* +Pin-Priority: 1000 + +Package: libcrypto1.1-udeb +Pin: release o=Debian, n=buster* +Pin-Priority: 1000 + +Package: libssl1.1-udeb +Pin: release o=Debian, n=buster* +Pin-Priority: 1000 + +Package: libssl-dev +Pin: release o=Debian, n=buster* +Pin-Priority: 1000 + +Package: libssl-doc +Pin: release o=Debian, n=buster* +Pin-Priority: 1000 + +Package: openssl +Pin: release o=Debian, n=bullseye* +Pin-Priority: 1000 + +Package: libssl1.1 +Pin: release o=Debian, n=bullseye* +Pin-Priority: 1000 + +Package: libcrypto1.1-udeb +Pin: release o=Debian, n=bullseye* +Pin-Priority: 1000 + +Package: libssl1.1-udeb +Pin: release o=Debian, n=bullseye* +Pin-Priority: 1000 + +Package: libssl-dev +Pin: release o=Debian, n=bullseye* +Pin-Priority: 1000 + +Package: libssl-doc +Pin: release o=Debian, n=bullseye* +Pin-Priority: 1000 + +Package: openssl +Pin: release o=Ubuntu, n=bionic* +Pin-Priority: 1000 + +Package: libssl1.1 +Pin: release o=Ubuntu, n=bionic* +Pin-Priority: 1000 + +Package: libcrypto1.1-udeb +Pin: release o=Ubuntu, n=bionic* +Pin-Priority: 1000 + +Package: libssl1.1-udeb +Pin: release o=Ubuntu, n=bionic* +Pin-Priority: 1000 + +Package: libssl-dev +Pin: release o=Ubuntu, n=bionic* +Pin-Priority: 1000 + +Package: libssl-doc +Pin: release o=Ubuntu, n=bionic* +Pin-Priority: 1000 + +Package: openssl +Pin: release o=Ubuntu, n=focal* +Pin-Priority: 1000 + +Package: libssl1.1 +Pin: release o=Ubuntu, n=focal* +Pin-Priority: 1000 + +Package: libcrypto1.1-udeb +Pin: release o=Ubuntu, n=focal* +Pin-Priority: 1000 + +Package: libssl1.1-udeb +Pin: release o=Ubuntu, n=focal* +Pin-Priority: 1000 + +Package: libssl-dev +Pin: release o=Ubuntu, n=focal* +Pin-Priority: 1000 + +Package: libssl-doc +Pin: release o=Ubuntu, n=focal* +Pin-Priority: 1000 + +Package: openssl +Pin: release o=Ubuntu, n=groovy* +Pin-Priority: 1000 + +Package: libssl1.1 +Pin: release o=Ubuntu, n=groovy* +Pin-Priority: 1000 + +Package: libcrypto1.1-udeb +Pin: release o=Ubuntu, n=groovy* +Pin-Priority: 1000 + +Package: libssl1.1-udeb +Pin: release o=Ubuntu, n=groovy* +Pin-Priority: 1000 + +Package: libssl-dev +Pin: release o=Ubuntu, n=groovy* +Pin-Priority: 1000 + +Package: libssl-doc +Pin: release o=Ubuntu, n=groovy* +Pin-Priority: 1000 + diff --git a/letsencrypt/csr/2513_csr-certbot.pem b/letsencrypt/csr/2513_csr-certbot.pem new file mode 100644 index 00000000..eff09628 --- /dev/null +++ b/letsencrypt/csr/2513_csr-certbot.pem @@ -0,0 +1,16 @@ +-----BEGIN CERTIFICATE REQUEST----- +MIICdTCCAV0CAQIwADCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL99 +AOKfB7yTLDL8MX9lItoOEGhR9jU2yo5U5W5Ll5lPOkIayD2sQKpyQieHqKMmOpVF +dxRq+Jzdm+ibjf32SLcn+4JrPkaEDiQux+7HvQ350lldlHFKs38pYARUTWynTCCv +0XItf5BZEX3WGOrUXQl+8AOgvbEfdhqWisXKa1NP9Up9cyZ5n237R7tWVb76htRT +P2n8yjoi8ARv/+uK4HSwXTFpOxZMxtTS2bBI1tR0902r5d/b8GSP2JE7tAsA6pLx +HNMWCzPixpjfuO7axwasbX1baxqr6nvdgzz2XI8p4r0i4iqQLAus9TeKQcPgRmiF +TOBenOorWP8+i9FKZ/sCAwEAAaAwMC4GCSqGSIb3DQEJDjEhMB8wHQYDVR0RBBYw +FIISdHYuaG9lbGxlaW4ub25saW5lMA0GCSqGSIb3DQEBCwUAA4IBAQBUdfy+t3Op +WhZhR3IPyBfRXmg/XTSsjndD/gqUzEDFxf4x03+77PF2SwtE0xibqB9DmRVHNZLt +yBUL66GUN2o/1lqtjKcpoDnFtB44TTYI/KqxDxbqq0ImkEpo4sh5cXKPb8WLk7go +U3lL5BQOI0HATYuEIBChCCbQGqQJFKtMIsjMdiBlVfB5Hh+5lWlBTabsIgxff9Yq +DPk+52jfZjBiXqYvkg7mwxE5MfZt9RDFy5ghg7JK6CoqQrCdhIG9zrg5uUV5FkwZ +Qny89HcHfSFhCJXRLzfY9kZcKgV3YgdvZJNKCbzkgMAL3Mbm/Wx890Q9eMiA2yqX +3cioL/SkOBXN +-----END CERTIFICATE REQUEST----- diff --git a/letsencrypt/keys/2513_key-certbot.pem b/letsencrypt/keys/2513_key-certbot.pem new file mode 100644 index 00000000..d57392b1 --- /dev/null +++ b/letsencrypt/keys/2513_key-certbot.pem @@ -0,0 +1,28 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC/fQDinwe8kywy +/DF/ZSLaDhBoUfY1NsqOVOVuS5eZTzpCGsg9rECqckInh6ijJjqVRXcUavic3Zvo +m4399ki3J/uCaz5GhA4kLsfux70N+dJZXZRxSrN/KWAEVE1sp0wgr9FyLX+QWRF9 +1hjq1F0JfvADoL2xH3YalorFymtTT/VKfXMmeZ9t+0e7VlW++obUUz9p/Mo6IvAE +b//riuB0sF0xaTsWTMbU0tmwSNbUdPdNq+Xf2/Bkj9iRO7QLAOqS8RzTFgsz4saY +37ju2scGrG19W2saq+p73YM89lyPKeK9IuIqkCwLrPU3ikHD4EZohUzgXpzqK1j/ +PovRSmf7AgMBAAECggEBAKhHuJFv5KKqS7t6uh0Uyi4LEgw7iz10q0mt/fqR3+ZR +JAeX9cWNLT8dLloC9AZ8wBsScvW0lEt2zV775Sr8Vybusi8JBC+AOdU+b2G+krxH +gb4baSqu1VO5DrJ/S5Ni6poHKO9IYMSAIckOb9NfUWvY7CCkEFAqL+ZpygbMPsl1 +AkGv9NVN1t+LqsfzgkzIaXSeeZGv8FulDL3OwMQk9xcKLHgDPzEf1TK2at3wZJKc +utzNnvoaJkELQd3xDzkh8xsDxyszIEoNUQGujoqa9q+k6A6OR1pqO9N89bEneLC0 +pLA66rryVz97nmLv+ytF6BMNGQo0bFMeJDF4i1CqXLECgYEA9BEaP4n700y4JvoO +7nuXhC1PiH/l1spasz9O6kXaxF7xWuNGtuNu5y5/Zj8diJ3pnV4i62jDsULX7t+U +AtPt35vv+xFO0IsZhAAf0JTmf+2zoxX+tbMKO5CMm6szHgGB+aSxgLmbohHXnO7R +NQxEkyEuXXQ0YtqczM+4MemHUh8CgYEAyNnLXHsmz0wk78qlwj2ELV0GXymOZO9M +4W6pBmo76hIhmWeR4fU6oy3DlsTDbP54cewnoIKqDABG7+KEq4rmbsQ7EyoXC06S +9yBo//LceVTIyXa9cq8ExKEePsKbZqC6PngpSfIwyxOpz+BT/6lRRxXaiichCEnq +mIbEJAuiRqUCgYEA885d1RkGiWY7Exx6a/rkOXJ135o7w5uyjRpxv472YXGiUjN1 +QV7iO2f0dfQYkY+FfeE6qsSlr95hDEsldMm19si0Kq54d9RsMbNaFKeZtjOCXiir +n2BxmVzlSN/1GUVSTEob0sYW1QhTxX2/WOmfWwYrZcmeRx2wwtvBWYK53esCgYBv +jggVZZE4seISDUvjhqdTSsevMzWTehYJX50hov+EEm329j9gcQQQfeqUYtToRK5B +GBkqXWh1IfJEalulq5AxFWx6SHZkIVAfUjD/d7Rc72pV+01d1Tegvpw933jQl5TZ +/YNxPsM7B8DZZI9DAJfUE589/F2sbOGPtcpa+ts2wQKBgFoyXIjy76r1jGrh64h0 +u8cxizRdqFr6caxrz6WpYBLixMm+hKKkli2VyWX8lVww7rtsL0jD+gUHajBEmgUu +IZqxhWX2M/PaqokWvrOMyHRSC+gbOQpU9Xb+yLFpqNcpO77yTgnobeF02ycbLzUg +NRrqWfhH6kayxNGdVAa7jYha +-----END PRIVATE KEY----- -- 2.43.0