# File lib/genome-bootstrap/ddns.rb, line 46
    def request_new_hash
      req = "wget -q -O- --no-check-certificate " +
            "--http-user=#{@username} --http-password='#{@password}' " +
            %["https://#{SERVER}/redhat-ddns/admin/add.php?host=#{@hostname}&_submit=Submit+Request"]
    
      puts "Requesting a new hash"
      `#{req}` 
    end