apt cacher for debian
Go to file
Giles Bradshaw d4927c3867
continuous-integration/drone/push Build is failing Details
feat: should now cache https
2020-08-04 20:48:14 +01:00
.drone feat: should now cache https 2020-08-04 20:48:14 +01:00
docker feat: should now cache https 2020-08-04 20:48:14 +01:00
myCA feat: should now cache https 2020-08-04 20:48:14 +01:00
.gitignore feat: should now cache https 2020-08-04 20:48:14 +01:00
LICENSE Initial commit 2020-07-30 13:30:40 +00:00
README.md feat: should now cache https 2020-08-04 20:48:14 +01:00
docker-compose.yml feat: should now cache https 2020-08-04 20:48:14 +01:00
package.json feat: should now cache https 2020-08-04 20:48:14 +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

README.md

squid

apt cacher for debian

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

making a CA

cd myCA
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=US/ST=California/L=Mountain View/O=Google/OU=Enterprise/CN=MyCA"