mirror of https://github.com/certd/certd
				
				
				
			chore:
							parent
							
								
									2aefca3813
								
							
						
					
					
						commit
						96b5981f8c
					
				| 
						 | 
				
			
			@ -31,4 +31,4 @@ Certd 是一款开源、免费、全自动申请和部署更新SSL证书的工
 | 
			
		|||
## 三、证书颁发机构对比
 | 
			
		||||
* Let's Encrypt:申请最简单。
 | 
			
		||||
* Google: 大厂光环,兼容性好,需要翻墙获取EAB。
 | 
			
		||||
* ZeroSSL: 有数量限制,获取EAB无需翻墙。
 | 
			
		||||
* ZeroSSL: 需要EAB,获取EAB无需翻墙。
 | 
			
		||||
| 
						 | 
				
			
			@ -137,7 +137,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
 | 
			
		|||
        { value: "zerossl", label: "ZeroSSL", icon: "emojione:digit-zero" },
 | 
			
		||||
      ],
 | 
			
		||||
    },
 | 
			
		||||
    helper: "Let's Encrypt:申请最简单\nGoogle:大厂光环,兼容性好,需要翻墙获取EAB授权\nZeroSSL:有数量限制,获取EAB授权无需翻墙",
 | 
			
		||||
    helper: "Let's Encrypt:申请最简单\nGoogle:大厂光环,兼容性好,需要翻墙获取EAB授权\nZeroSSL:需要EAB授权,无需翻墙",
 | 
			
		||||
    required: true,
 | 
			
		||||
  })
 | 
			
		||||
  sslProvider!: SSLProvider;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@
 | 
			
		|||
        <a-form-item label="公共ZeroSSL EAB授权" :name="['CertApply', 'sysSetting', 'input', 'zerosslCommonEabAccessId']">
 | 
			
		||||
          <access-selector v-model:model-value="formState.CertApply.sysSetting.input.zerosslCommonEabAccessId" type="eab" from="sys"></access-selector>
 | 
			
		||||
          <div class="helper">
 | 
			
		||||
            <div>设置公共ZeroSSL EAB授权给用户使用,避免用户自己去翻墙获取Zero EAB授权,注意:ZeroSSL免费证书有数量限制</div>
 | 
			
		||||
            <div>设置公共ZeroSSL EAB授权给用户使用,避免用户自己去翻墙获取Zero EAB授权</div>
 | 
			
		||||
            <div>
 | 
			
		||||
              <a href="https://app.zerossl.com/developer">zerossl开发者中心获取EAB </a>
 | 
			
		||||
            </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue