I'm using a self-signed certificate in a private network that will expire after several days. I need a certificate just to exploit its keys to set up https connections. Therefore, a self-signed is enough in my case.
I'm already using curl -k https://mylocal.url.local to overcome problems about the signature. I'm wondering if it will still work also after the expiration date.

