Home | History | Annotate | Download | only in web-page-replay

Lines Matching refs:CERTIFICATE

15 """Installs certificate on phone with KitKat."""
43 """Certificate installer for phones with KitKat."""
47 raise ValueError('Not a valid certificate path')
118 logging.warning('Certificate may not install properly')
135 """Makes a certificate file that follows the format of files in cacerts."""
140 'CERTIFICATE')
188 """Installs a certificate putting it in /system/etc/security/cacerts."""
210 """Installs certificate on the device using adb commands."""
212 # TODO(mruthven): Add a check to see if the certificate is already installed
213 # Install the certificate.
225 # Search for certificate and click it.
233 # Name the certificate and click enter.
248 '-n', '--cert-name', default='dummycert', help='certificate name')
251 help='Overwrite certificate file if it is already installed')
254 help='Remove certificate file if it is installed')
260 'cert_path', help='Certificate file path')