
Setup
1. Install
composer require fphammerle/yii2-client-cert-auth
2. Yii Application Config
$config = [
// ...
'bootstrap' => ['clientCertAuth'],
'components' => [
// ...
'clientCertAuth' => \fphammerle\yii2\auth\clientcert\Authenticator::className(),
],
// ...
];