Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

failed. CAfile: none CRLfile: none

hostname=XXX
port=443
trust_cert_file_location=`curl-config --ca`

sudo bash -c "echo -n | openssl s_client -showcerts -connect $hostname:$port -servername $hostname 
    2>/dev/null  | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'  
    >> $trust_cert_file_location"
Comment

failed. CAfile: none CRLfile: none

export GIT_SSL_NO_VERIFY=1
Comment

PREVIOUS NEXT
Code Example
Shell :: airodump output to file 
Shell :: powershell rename wildcard 
Shell :: When the system boots, the system clock is set using the value of the hardware clock. True or False? 
Shell :: install goaccess 
Shell :: scan for unused ports linux 
Shell :: ignore pre-commit hook 
Shell :: how to upgrade cpu of my instance in aws 
Shell :: fork/exec /bin/bash: resource temporarily unavailable 
Shell :: you need to install the imagick extension to use this back end xampp 
Shell :: dirname=/usr/bin in linux 
Shell :: SearchMonkey For Linux 
Shell :: Setting File Permission Allow Webserver di linux 
Shell :: bash_logout 
Shell :: if data is not available column header should print in output file in powershell 
Shell :: room showing data after reinstall the app problem 
Shell :: brew install memcached 
Shell :: how to put access.log in gitignore 
Shell :: what does le mean in linux 
Shell :: net book value calculator 
Shell :: like idm for linux 
Shell :: kubectl delete pods wildcard 
Shell :: is greepper installed 
Shell :: how to reboot a system with shutdown command 
Shell :: remove file kali 
Shell :: how to install amethyst on mac 
Shell :: pushing things to git 
Shell :: create new repository 
Shell :: copy folder from ssh server to local 
Shell :: pyinstaller version file 
Shell :: nextcloud .step file 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =