Title: Client Certificate Authentication
Author: MarioLipinski
Published: <strong>2013-يىلى 14-ئىيۇل</strong>
Last modified: 2013-يىلى 17-ئىيۇل

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/client-certificate-authentication.svg)

# Client Certificate Authentication

 يازغۇچى [MarioLipinski](https://profiles.wordpress.org/mariolipinski/)

[چۈشۈر](https://downloads.wordpress.org/plugin/client-certificate-authentication.1.0.2.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/client-certificate-authentication/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/client-certificate-authentication/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/client-certificate-authentication/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/client-certificate-authentication/#developers)

 [قوللاش](https://wordpress.org/support/plugin/client-certificate-authentication/)

## چۈشەندۈرۈش

The Client Certificate Authentication plugin enables WordPress to login a user with
a SSL client certificate. The plugin uses the email address from the subject field
to identify the user by the email address of his wordpress account. Optionally, 
new accounts can be created on the fly by using email address and name from the 
certificate. By limiting login and registration to users providing a client certificate,
bots are locked out and spam is eliminated.

Acknowledgements: This plugin is based on the [HTTP Authentication plugin](https://wordpress.org/plugins/http-authentication/)
by Daniel Westermann-Clark. Ideas taken from Dan B.’s implementation for client 
certificate authentication.

## ئورنىتىش

 1. Login as an existing user, such as admin.
 2. Upload the `client-certificate-authentication` folder to your plugins folder, usually`
    wp-content/plugins`. (Or simply via the built-in installer.)
 3. Activate the plugin on the Plugins screen.
 4. Logout.
 5. Require certificate authentication for `wp-login.php` and `wp-admin`.
 6. Try logging in with your client certificate.

## FAQ

  How should I set up client certificate authentication?

This depends on your hosting environment and your means of authentication.
 The 
plugin uses the $_SERVER environment variables `SSL_CLIENT_S_DN_Email` (beginning
with) for the email address and `SSL_CLIENT_S_DN_CN` for the name. A working example
is given below:

In Apache HTTP (non-HTTPS) config add:

    ```
    RewriteEngine On
    RewriteRule ^/(wp-(admin|login\.php).*) https://%{HTTP_HOST}/$1
    ```

In Apache HTTPS config:

    ```
    <Location /wp-login.php>
        SSLVerifyClient optional
        <IfModule mod_rewrite.c>
            RewriteEngine   on
            RewriteCond  %{HTTP_USER_AGENT}  .*Safari.*
            RewriteCond  %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS
            RewriteRule  .* /wp-admin [redirect,last]
        </IfModule>
    </Location>
    <Location /wp-admin>
        SSLVerifyClient require
    </Location>
    ```

Also make sure to set SSLCACertificatePath and enable CRL checks.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Client Certificate Authentication» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ
قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

 *   [ MarioLipinski ](https://profiles.wordpress.org/mariolipinski/)

[«Client Certificate Authentication» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/client-certificate-authentication)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/client-certificate-authentication/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/client-certificate-authentication/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/client-certificate-authentication/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/client-certificate-authentication/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0

Initial release.

#### 1.0.1

Documentation updates.

#### 1.0.2

Fixes to the short description.

## Meta

 *  Version **1.0.2**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **13 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10+**
 *  WordPress نەشرى ** 3.1 ياكى يۇقىرى **
 *  **3.5.2** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/client-certificate-authentication/)
 * بەلگە
 * [authentication](https://ug.wordpress.org/plugins/tags/authentication/)[ssl](https://ug.wordpress.org/plugins/tags/ssl/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/client-certificate-authentication/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  2 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=5)
 *  [  0 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/)

## تۆھپىكار

 *   [ MarioLipinski ](https://profiles.wordpress.org/mariolipinski/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/client-certificate-authentication/)

## ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

 [ بۇ قىستۇرمىغا ئىئانە قىلىش ](http://www.cacert.org/index.php?id=13)