start new:
tmux
start new with session name:
tmux new -s myname
$ uname -r
These commands are needed every time you want to generate a new certificate signing request to give to an authority in order for them to generate and sign a certificate for you.
I constantly forget how this stuff works so I collected the most important ones here for easy copy & paste.
There is good information available on https://www.h2check.org/deploy, and they also go into detail on HTTP/2.
| #!/bin/bash | |
| # Bash shell script for generating self-signed certs. Run this in a folder, as it | |
| # generates a few files. Large portions of this script were taken from the | |
| # following artcile: | |
| # | |
| # http://usrportage.de/archives/919-Batch-generating-SSL-certificates.html | |
| # | |
| # Additional alterations by: Brad Landers | |
| # Date: 2012-01-27 |