The startup uses public clouds and virtual routers to speed Internet traffic.
Found this link very useful doing this:
http://www.herongyang.com/Cryptography/OpenSSL-Certificate-Path-Validation-Tests.html
Some useful commands:
Display a certificate:
openssl x509 -in test-cert-top.pem -noout -text
Display a certificate's issuer:
openssl x509 -in test-cert-top.pem -noout -issuer
Display a certificate's subject:
openssl x509 -in test-cert-top.pem -noout -subject
Verify a certificate:
openssl verify test-cert-top.pem
Verify a certificate chain with 3 certificates:
openssl verify -CAfile test-cert-bottom.pem -untrusted test-cert-middle.pem test-cert-top.pem
-CAfile keyword indicates which certificate is used as the root certificate, with the -untrusted option being set to validate the intermediate certificate in the chain
Verify a certificate chain with 2 certificates:
openssl verify -CAfile test-cert-bottom.pem test-cert-middle.pem
The post Worth Reading: Antivirus and Zero Day appeared first on 'net work.
The Datanauts look at how automation improves efficiency and breaks down silos. They discuss tools including Puppet, Chef, and PowerShell, and suggest how to get started with automation in your organization.
The post Datanauts 010 – Automation For Fun And Profit appeared first on Packet Pushers.
The new release of Cisco Application Centric Infrastructure (ACI) includes innovations to ease Layer 4-7 network services integration.
Did you know that many networking engineers use ipSpace.net webinars (and subscription) to prepare for the job interviews?
Here’s one of their success stories (name changed for obvious reasons):
Read more ...Are we at GhandiCon Three ?
The post SDN Progress is at GhandiCon 3 – September 2015 – appeared first on EtherealMind.
LBaaS and a Tunnel Heatmap highlight PLUMgrid's 4.0 release.
Juniper aims at enabling faster, better cloud services for enterprises with its new Unite platform.