Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servidor nginx mTLS

ref: https://github.com/MichaelViveros/nginx-mutual-tls

Passos

instale as gems e rode no shell:

#!/bin/bash
bundle
mkdir nginx/certs
ruby generate_cert.rb

Isso deve gerar os certificados de client, server e root.

Subir o container:

#!/bin/bash
docker-compose up

Entre no Postman e faça uma chamada get em localhost:443 sem certificado Depois configure o certificado client para fazer chamadas em localhost:443.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages