838077f18b71321a685c84329342e6a711d22d09
bernd Cert-Refresh

bernd authored 14 years ago

1) <?php
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

2) /*
3) This file belongs to the Webinterface of schokokeks.org Hosting
4) 
5) Written 2008-2012 by schokokeks.org Hosting, namely
6)   Bernd Wurst <bernd@schokokeks.org>
7)   Hanno Böck <hanno@schokokeks.org>
8) 
9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10) 
11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
12) http://creativecommons.org/publicdomain/zero/1.0/
13) 
14) Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
15) */
bernd Cert-Refresh

bernd authored 14 years ago

16) 
17) require_once('certs.php');
18) require_role(ROLE_SYSTEMUSER);
19) 
20) 
21) $section = "vhosts_certs";
bernd Benutze überall title() sta...

bernd authored 13 years ago

22) title("Neue Version eines Zertifikats einspielen");
bernd Cert-Refresh

bernd authored 14 years ago

23) 
24) $cert = cert_details($_REQUEST['id']);
25) 
bernd Benutze überall title() sta...

bernd authored 13 years ago

26) output("<p>Ein bereits vorhandenes Zetifikat können Sie (z.B. wenn es bald abläuft) durch eine neue Version des selben 
bernd typo

bernd authored 14 years ago

27) Zertifikats ersetzen. Die meisten Zertifizierungsstellen bieten diese Funktion an ohne dass ein neuer CSR erzeugt 
bernd neue Bilder, mehr SSL-Zerti...

bernd authored 14 years ago

28) werden muss. Der private Schlüssel wird dabei erhalten und kann unverändert weiter benutzt werden.</p>
bernd Cert-Refresh

bernd authored 14 years ago

29) 
30) <p>Bitte stellen Sie sicher, dass es sich um das richtige Zertifikat handelt. Das bisherige Zertifikat wurde 
31) ausgestellt als <strong>{$cert['subject']}</strong>. Nur das dazu passende Zertifikat wird akzeptiert.</p>
32) 
bernd neue Bilder, mehr SSL-Zerti...

bernd authored 14 years ago

33) <p>Möchten Sie das Zertifikat durch ein gänzlich neues Zertifikat mit neuem privaten Schlüssel ersetzen, so 
34) folgen Sie bitte diesem Link: ".internal_link('newcert', 'Neues Zertifikat als Ersatz für dieses Zertifikat 
35) hochladen', 'replace='.$cert['id'])."</p>
36) 
37) ");