Title: Client Certificate Authentication
Author: MarioLipinski
Published: <strong>14. júla 2013</strong>
Last modified: 17. júla 2013

---

Vyhľadať plugin

Tento plugin **nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress**. Už
nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri
použití s novšími verziami WordPress.

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

# Client Certificate Authentication

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

[Stiahnuť](https://downloads.wordpress.org/plugin/client-certificate-authentication.1.0.2.zip)

 * [Podrobnosti](https://sk.wordpress.org/plugins/client-certificate-authentication/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/client-certificate-authentication/#reviews)
 *  [Inštalácia](https://sk.wordpress.org/plugins/client-certificate-authentication/#installation)
 * [Vývoj](https://sk.wordpress.org/plugins/client-certificate-authentication/#developers)

 [Podpora](https://wordpress.org/support/plugin/client-certificate-authentication/)

## Popis

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.

## Inštalácia

 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.

## Časté otázky

  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.

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“Client Certificate Authentication” je softvér s otvoreným zdrojovým kódom. Do tohto
pluginu prispeli nasledujúci ľudia.

Prispievatelia

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

[Preložiť „Client Certificate Authentication“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/client-certificate-authentication)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/client-certificate-authentication/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/client-certificate-authentication/),
alebo sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/client-certificate-authentication/)
cez [RSS](https://plugins.trac.wordpress.org/log/client-certificate-authentication/?limit=100&mode=stop_on_copy&format=rss).

## Zoznam zmien

#### 1.0

Initial release.

#### 1.0.1

Documentation updates.

#### 1.0.2

Fixes to the short description.

## Meta

 *  Verzia **1.0.2**
 *  Posledná aktualizácia **Pred 13 rokov**
 *  Aktívne inštalácie **10+**
 *  Verzia WordPress ** 3.1 alebo novšia **
 *  Testované do verzie **3.5.2**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/client-certificate-authentication/)
 * Značky
 * [authentication](https://sk.wordpress.org/plugins/tags/authentication/)[ssl](https://sk.wordpress.org/plugins/tags/ssl/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/client-certificate-authentication/advanced/)

## Hodnotenia

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/client-certificate-authentication/reviews/)

## Prispievatelia

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

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/client-certificate-authentication/)

## Podporiť

Chceli by ste podporiť pokrok tohto pluginu?

 [ Prispieť na plugin ](http://www.cacert.org/index.php?id=13)