Hi,
I need to generate client certs and include some information on them. How to do it?
I inserted the following line in the [ req_attributes ] section of my /etc/ssl/openssl.cnf, just after the unstructuredName tag
cpfNumber = CPF Number
But when I generate the...
Hi,
I have to server-side validate user input data in a production system.
Here are some code snippets:
struts-config.xml
<action-mappings>
<action path="/xxx/yyy"
type="MyClassAction"
validate="false"
parameter="method"
scope="request"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.