How can I use Let’s Encrypt while forwarding from host to personal server?

I have a domain name hosted with hostPapa.ca
I would like to forward all requests to my home server.
Is it possible to add a Let’s Encrypt certificate to do this:
http://mydomainname.com -> https://w.x.y.z:3006
https://mydomainname.com … Continue reading How can I use Let’s Encrypt while forwarding from host to personal server?

Over what fields is the X509 hash computed over? [duplicate]

Is this how X509 certificates are verified to be valid?

The receiver receives the certificate
Look at the issuer of the cert, and find the public key of that CA (its hardcoded in the application or the OS)
Decrypt the signature using the … Continue reading Over what fields is the X509 hash computed over? [duplicate]

Over what fields is the X509 hash computed over? [duplicate]

Is this how X509 certificates are verified to be valid?

The receiver receives the certificate
Look at the issuer of the cert, and find the public key of that CA (its hardcoded in the application or the OS)
Decrypt the signature using the … Continue reading Over what fields is the X509 hash computed over? [duplicate]

View public key(s) exchange during https handshake from the command line

It is possible to view the entire HTTPS session from start to end? Any command line I can run?
I am interested in understanding more about the exchange of the public key(s) in order to establish a secure connection between (for example) a … Continue reading View public key(s) exchange during https handshake from the command line

View public key(s) exchange during https handshake from the command line

It is possible to view the entire HTTPS session from start to end? Any command line I can run?
I am interested in understanding more about the exchange of the public key(s) in order to establish a secure connection between (for example) a … Continue reading View public key(s) exchange during https handshake from the command line