https
  
  
    
      Configures the HTTPS parameter type, attribute type, match criteria for
        the HTTPS server name and 64 character maximum server name attribute used in the HTTPS
        server message exchange 
    
    Supported on the following
        platforms:
      
      
                - Access Points — AP6522, AP6562,
                    AP7161, AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662,
                    AP8163, AP8543, AP8533
- Service Platforms —
                    NX5500, NX7500, NX9500, NX9600
- Virtual Platforms — CX9000, 
Syntax
      
      https server-cert common-name [contains|ends-with] <WORD>
    
    Parameters
      
      https server-cert common-name [contains|ends-with] <WORD>
      
            
              | https server-cert | Configures the HTTPS parameter type as server
                certificate | 
            
              | common-name [contains|ends-with] <WORD> | Configures the HTTPS attribute match criteria as common
                name. This is the only option applicable when the HTTPS parameter type is set to
                server-cert. Use one of the following options to provide the common-name attribute
                value used as the match criteria: 
                  contains – Filters applications having common-name attributes containing the
                    string specified hereends-with – Filters applications ending with the string specified here
                       <WORD> – Specify the string to match (should not exceed 64
                        characters). | 
          
    
    Examples
      
      nx9500-6C8809(config-application-Bing)#https server-cert common-name exact bing.com
      nx9500-6C8809(config-application-Bing)#show context
application Bing
 description "Bing is Microsoft's web search engine"
 app-category streaming
 https server-cert common-name exact bing.com
nx9500-6C8809(config-application-Bing)#
    
    Related Commands
      
      
            
              | no | Removes the HTTPS common-name attribute value configured
                with this application category |