sinatra and nginx client cert authentication setup, repository for a follow-along of a guide at https://www.integralist.co.uk/posts/client-cert-authentication/
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

7 rindas
108B

  1. #!/bin/bash
  2. openssl genrsa -out server.key 4096 \
  3. openssl req -new \
  4. -key server.key \
  5. -out server.csr