# File lib/genome-bootstrap/ddns.rb, line 37
    def main_page
      req = "wget -q -O- --no-check-certificate " +
            "--http-user=#{@username} --http-password='#{@password}' " +
            %["https://#{SERVER}/redhat-ddns/admin/"]

      puts "Fetching DDNS hash..."
      yield `#{req}`
    end