# squid apt cacher for debian inspired by https://github.com/salrashid123/squid_proxy ## making a CA ```shell 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](https://sigyl.com/releases/)