apt cacher for debian
Go to file
Giles Bradshaw ef82a091e4
continuous-integration/drone/push Build is failing Details
chore(release): 0.0.6
2020-08-12 11:55:01 +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 chore(release): 0.0.6 2020-08-12 11:55:01 +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 fix: sigyl/squid-4 v 1.1.0 2020-08-12 11:53:17 +01:00
openssl.cnf . 2020-08-07 13:52:04 +01:00
package.json chore(release): 0.0.6 2020-08-12 11:55:01 +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: yarn.lock 2020-08-12 11:54: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