Skip to content

Instantly share code, notes, and snippets.

@andresriancho
Created September 16, 2015 12:34
Show Gist options
  • Save andresriancho/2a34870884fc729d1467 to your computer and use it in GitHub Desktop.
Save andresriancho/2a34870884fc729d1467 to your computer and use it in GitHub Desktop.
dawnscanner installation
 $ gem cert --add <(curl -Ls https://raw.githubusercontent.com/thesp0nge/dawnscanner/master/certs/paolo_at_dawnscanner_dot_org.pem)
Added '/CN=paolo/DC=dawnscanner/DC=org'
$ gem install dawnscanner -P MediumSecurity
ERROR:  While executing gem ... (Gem::Security::Exception)
    certificate /CN=paolo/DC=codesake/DC=com not valid after 2015-01-27 17:25:01 UTC
$ 
@thesp0nge
Copy link

~/src/hacking/dawnscanner(master) » gem cert --add <(curl -Ls https://raw.githubusercontent.com/thesp0nge/dawnscanner/master/certs/paolo_at_dawnscanner_dot_org.pem) (ruby-2.2.2@dawnscanner)
Added '/CN=paolo/DC=dawnscanner/DC=org'
~/src/hacking/dawnscanner(master) » gem install dawnscanner -P MediumSecurity (ruby-2.2.2@dawnscanner)
Successfully installed dawnscanner-1.3.5
Parsing documentation for dawnscanner-1.3.5
Installing ri documentation for dawnscanner-1.3.5
Done installing documentation for dawnscanner after 5 seconds
1 gem installed

@thesp0nge
Copy link

cert @codesake.com was used to sign older version of the scanner...

@adammartin
Copy link

What is the fix for this ... it is getting me also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment