traefik/integration/fixtures/tlsclientheaders
2021-01-08 19:20:04 +01:00
..
readme.md Update copyright year for 2021 2021-01-08 19:20:04 +01:00
root.pem Update copyright year for 2021 2021-01-08 19:20:04 +01:00
server.key Update copyright year for 2021 2021-01-08 19:20:04 +01:00
server.pem Update copyright year for 2021 2021-01-08 19:20:04 +01:00
simple.toml doc: use the same entry point name everywhere 2020-01-23 16:36:07 +01:00

openssl req -new -newkey rsa:2048 -x509 -days 3650 -nodes -extensions v3_ca -keyout root.key -out root.pem
openssl genrsa -out server.key 2048
openssl req -nodes -key server.key -new -out server.csr
openssl x509 -req -days 3650 -in server.csr -CA root.pem -CAkey root.key -CAcreateserial -out server.pem