選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

basic_constraints.json.j2 147B

123456
  1. [
  2. "CA:{{certificate_authority|ternary('TRUE','FALSE')}}",
  3. {% if certificate_pathlen is defined %}
  4. "pathlen:{{certificate_pathlen}}",
  5. {% endif %}
  6. ]