back to all repositories
            Repository: danish
            
              The danish tool helps users by generating TLSA records and by checking certain properties of certificates.
            
            
              The tool was specifically designed to be integrated
              into an automated DNS zone generation chain. Apart from being able to generate
            
            
              TLSA records from X.509 certificates danish is also able to:
              
                - Check if a certificate has expired
                
 - Check if the hostname for which a TLSA record is created matches with the certificate
                
 - Check if a certificate matches with the certificate signing request (CSR) used to to request the certificate from a certificate authority
              
 
            
            Sources
            
              The following sources are packaged in this repository.
              
            
            Debian Packages
            
              Supported Debian distributions are wheezy, jessie and sid.
            
            Wheezy
            
              echo "deb http://jelu.github.io/danish/debian wheezy main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.danish.list
              wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
              sudo apt-get update
              sudo apt-get install danish
            
            Jessie
            
              echo "deb http://jelu.github.io/danish/debian jessie main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.danish.list
              wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
              sudo apt-get update
              sudo apt-get install danish
            
            Sid
            
              echo "deb http://jelu.github.io/danish/debian sid main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.danish.list
              wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
              sudo apt-get update
              sudo apt-get install danish
            
            Ubuntu Packages
            
              Packages for Ubuntu are provided by LaunchPad, add this PPA to your system to access the packages.
            
            
              Supported Ubuntu distributions are lucid, precise, trusty, utopic and vivid.
            
            
              sudo add-apt-repository ppa:jelu/danish
              sudo apt-get update
              sudo apt-get install danish
            
            CentOS Packages
            
              Coming soon...