Searched refs:replaceCertificate (Results 1 – 8 of 8) sorted by relevance
97 $scope.replaceCertificate = function(certificate) {116 APIUtils.replaceCertificate(data).then(
195 title: i18n.global.t('pageCertificates.replaceCertificate'),293 this.replaceCertificate(file, type, location);306 replaceCertificate(file, type, location) {313 .dispatch('certificates/replaceCertificate', {
112 ? this.i18n.t('pageCertificates.replaceCertificate')
140 async replaceCertificate( method in CertificatesStore.actions
113 void replaceCertificate(Certificate* const certificate,
285 manager.replaceCertificate(this, filePath); in replace()
421 void Manager::replaceCertificate(Certificate* const certificate, in replaceCertificate() function in phosphor::certs::Manager
1407 replaceCertificate: function(data) { method in AnonymousFunction1ea782bb0200.SERVICE