apt cacher for debian
Go to file
Giles Bradshaw c0d5e0bc86
continuous-integration/drone/push Build is passing Details
.
2020-08-07 13:52:04 +01:00
.drone . 2020-08-06 22:08:03 +01:00
docker-dind . 2020-08-06 18:10:19 +01:00
.gitignore . 2020-08-07 13:52:04 +01:00
.versionrc ci: compare message format 2020-08-05 14:17:52 +01:00
CHANGELOG.md with dhparam.pem 2020-08-06 03:23:13 +01:00
LICENSE Initial commit 2020-07-30 13:30:40 +00:00
README.md . 2020-08-07 13:52:04 +01:00
docker-compose.yml . 2020-08-07 13:52:04 +01:00
openssl.cnf . 2020-08-07 13:52:04 +01:00
package.json with dhparam.pem 2020-08-06 03:23:13 +01:00
squid.conf Merge branch 'home-deploy' of https://sigyl.com/git/stack/squid into home-deploy 2020-08-03 21:25:05 +01:00
yarn.lock ci: uncomment out docker build step 2020-08-05 14:02:27 +01:00

README.md

squid

apt cacher for debian

inspired by https://github.com/salrashid123/squid_proxy

making a CA

openssl genrsa -out CA_key.pem 2048
openssl req -x509 -days 600 -new -nodes -key CA_key.pem -out CA_crt.pem -extensions v3_ca -config openssl.cnf    -subj "/C=UK/ST=Devon/L=Rose Ash/O=Google/OU=SiGyl/CN=Proxy-ca"

then set secrets ca-crt and ca-key to the created files

releasing

see here