<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello!</p>
    <p>According  to <br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://wiki.squid-cache.org/Features/DynamicSslCert">https://wiki.squid-cache.org/Features/DynamicSslCert</a></p>
    <p>recommended way to create certificate </p>
    <pre>openssl req -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -extensions v3_ca -keyout myCA.pem  -out myCA.pem

we can create certificate for longer time.

But sooner or later we'll have to renew it.

In this case, once we replaced certificate, it should be immediately replaced on user's computers,
not easy task, I don't sure it can be achieved in our environment.

We had the same issue with openvpn, fortunately it can check certificates from several ca's places in the same file,
so we had old and new certificates for some time.

I don't know is it possible to do something similar with squid and dynamic certificate generation,
I know it does not work now.

Could you share your experience? How do you replace certificates?

Thank you!


</pre>
  </body>
</html>