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/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

7 řádky
122B

  1. #!/bin/bash
  2. openssl ca -out client.crt \
  3. -days 365 \
  4. -config ./openssl.cnf \
  5. -infiles client.csr