I hereby claim:
- I am freecastle on github.
- I am freecastle (https://keybase.io/freecastle) on keybase.
- I have a public key ASDtFfbzPD5upXAe3S-Enk1899Mmc_vgVX1yiyGcTTlzLAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| ISSUER_CER=$1 | |
| SERVER_CER=$2 | |
| URL=$(openssl x509 -in $SERVER_CER -text | grep "OCSP - URI:" | cut -d: -f2,3) | |
| openssl ocsp -noverify -no_nonce -respout ocsp.resp -issuer $ISSUER_CER -cert $SERVER_CER -url $URL |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="Project-name-here" default="build" basedir="."> | |
| <target name="lock_check" description="Checks for vulnerabilities through a SensioLabs web service" | |
| depends="lock_reset,lock_get,lock_show"> | |
| <local name="vulnerabilities.clean"/> | |
| <loadfile property="vulnerabilities.clean" | |
| srcfile="${basedir}/build/logs/check_lock.log"> | |
| <filterchain> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="YOUR_PROJECT_NAME" default="build" basedir="."> | |
| <property name="source" value="src"/> | |
| <property name="ignore" value="build"/> | |
| <target name="clean" | |
| description="Clean up and create artifact directories"> | |
| <delete dir="${basedir}/build/api"/> | |
| <delete dir="${basedir}/build/code-browser"/> |