How JBoss EAP 6 Recieves Client Certificate with CLIENT-CERT
When you configure you web application with client certificate authentication. The jbossweb/catalina valve is receiving the client certificate by:...
View ArticleHow to Handle SAML 2.0 HTTP Redirect Binding in AngularJS
"The default settings of the ui-router in AngularJS produces URLs like http://localhost/#/products/details/12345. Your Servlet gets a request for / and after a successful SAML authentication you are...
View ArticleFederated Single Sign-on with Shibboleth
Shibboleth supports federated (i.e. multiple Identity Provider, IdP) Single Sign-on (SSO) with SAML 2.0.Shibboleth 2 supports SAML 2.0 and WS-Federation Passive (ADFS), but NOT OAuth 2.0 and OpenID...
View ArticleHow to Install Java FX on Ubuntu
The default JRE on Ubuntu is OpenJDK, but it does not come bundled with Java FX, since Oracle has closed Java FX and do not allow it to be freely distributed. But there is an open option, namely...
View ArticleHow to Run Java FXML on Ubuntu
Running Java FXML requires Java Web Start. If not installed you get thisTo install Java Web Start on Ubuntu 16.04 LTS
View ArticleHow JBoss EAP 6 Recieves Client Certificate with CLIENT-CERT
When you configure you web application with client certificate authentication. The jbossweb/catalina valve is receiving the client certificate by:...
View ArticleHow JBoss EAP 6 Recieves Client Certificate with CLIENT-CERT
When you configure you web application with client certificate authentication. The jbossweb/catalina valve is receiving the client certificate by:...
View ArticleHow to Run Java FXML on Ubuntu
Running Java FXML requires Java Web Start. If not installed you get thisTo install Java Web Start on Ubuntu 16.04 LTS
View ArticleStuxnet
Stuxnet a malicious computer worm. See this intriguing video https://www.youtube.com/watch?v=4oNnSStrc38.
View ArticleWeb Browser Error Weak Ephemeral Diffie-Hellman Key
If you receive error message in Firefox:"SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. (Error code: ssl_error_weak_server_ephemeral_dh_key)The page you are...
View ArticleRHEL 5/6/7 Cheat Sheet
https://access.redhat.com/sites/default/files/attachments/rhel_5_6_7_cheatsheet_27x36_1014_jcs_web.pdf
View ArticleIntroduction to firewalld in RHEL 7
OverviewFigure The Firewall Stack https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.htmlfirewall-cmdEverything in firewalld are organized...
View ArticleView Certificate in Windows
Open Windows Run and enter certmgr.msc.For more information see https://msdn.microsoft.com/en-us/library/e78byta0(v=vs.110).aspx.
View ArticleHow To List Certificates on Smart Card with KeyTool
You can list your certificates on smart card with keytool and PKCS11And in token.config you specify you PKCS#11 implementation.On Windows it will be a DLL.Se also...
View ArticleHow To List Certificates on Smart Card with KeyTool on Windows with SunMSCAPI
You can list your private certifacates on Windows with SunMSCAPI.And to list trusted CA certs.
View ArticleTroubleshoot PKI and SSL Certificate Issues in Windows
With Windows Event Viewer you can get valuable information for PKI and SSL problems.Open Event View with eventvwr.exeOpen Applications and Services Logs\Microsoft\Windows\CAPI2 directoryRight Click on...
View ArticleOpenSSL Certificate Authority (CA)
See https://jamielinux.com/docs/openssl-certificate-authority/index.html
View ArticleEnsure Java is Installed for Applets and Web Start
Use JavaScript from Oracle deployJava.js. See chapter 11.3.2 Deployment Toolkit Script
View ArticleUsing the W3C WebCrypto API for Document Signing
Overview video: https://www.youtube.com/watch?v=MNzTCoxr2ekW3C Web Cryptography API - https://www.w3.org/TR/WebCryptoAPI/W3C WebCrypto Key Discovery - https://www.w3.org/TR/webcrypto-key-discovery/Web...
View Article