apt cacher for debian
Go to file
Giles Bradshaw 9eb4e2a172
continuous-integration/drone/push Build is failing Details
chore(release): 0.0.1
2020-08-05 14:06:48 +01:00
.drone ci: uncomment out docker build step 2020-08-05 14:02:27 +01:00
docker fix: split jsonnet into libaries 2020-08-05 08:30:16 +01:00
myCA fix: alt name 2020-08-04 21:37:21 +01:00
.gitignore fix: split jsonnet into libaries 2020-08-05 08:30:16 +01:00
CHANGELOG.md chore(release): 0.0.1 2020-08-05 14:06:48 +01:00
LICENSE Initial commit 2020-07-30 13:30:40 +00:00
README.md ci: uncomment out docker build step 2020-08-05 14:02:27 +01:00
docker-compose.yml ci:docker deploy from registry 2020-08-05 12:31:43 +01:00
package.json ci: version 0.0.1 in package.json 2020-08-05 14:06:28 +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

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"

releasing

see here