You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2019/08/20 14:49:46 UTC

[GitHub] [tomee] marcoantoniobferreira commented on a change in pull request #539: TOMEE-2615-translate example web services ssl .

marcoantoniobferreira commented on a change in pull request #539: TOMEE-2615-translate example web services ssl .
URL: https://github.com/apache/tomee/pull/539#discussion_r315732028
 
 

 ##########
 File path: examples/webservice-ssl-client-cert/README_pt.adoc
 ##########
 @@ -0,0 +1,391 @@
+:index-group: Web Services :jbake-type: page :jbake-status:
+status=published = Webservice SSL Client Certificate
+
+Este exemplo destina-se a mostrar como configurar o TomEE com HTTPS com o cliente SSL necessário.
+É muito comum usar HTTPS no lado do servidor para autenticar o servidor.
+Mas não é tão comum fazer com que o servidor exija autenticação de cliente usando SSL.
+
+Este exemplo gera pares de chaves para o cliente e o servidor e cria os 2 keystores (servidor e cliente).
+
+O conector HTTPS  no `server.xml` demonstra como configurar o lado do servidor.
+
+O caso de teste demonstra como iteragir com a API CXF  a fim de configurar o lado do cliente.
 
 Review comment:
   In the word "iteragir" the correct is "interagir"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services