0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CAA: DNSサーバーを使って、サーバー証明書の発行を許可する認証局を指定する仕組みのメモ

Posted at

CAA(Certification Authority Authorization)とは、DNSサーバーを使って、サーバー証明書の発行を許可する認証局を指定する仕組み出そうな。RFC6844

1. DNS CAA

2. 各社の設定

3. digの例

dig caa rms-digicert.ne.jp
;; ANSWER SECTION:
rms-digicert.ne.jp.	85108	IN	CAA	0 issue "digicert.com"
rms-digicert.ne.jp.	85108	IN	CAA	0 issuewild "digicert.com"
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?