mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Readme update
This commit is contained in:
parent
a91b620419
commit
0345d57706
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
15.05.2015
|
||||
|
||||
* Refer to doc/certificates.md for ID card login, note that CRL files in Apache config are not paths to CRL directory. (SSLCARevocationFile -> SSLCARevocationPath)
|
||||
|
||||
15.05.2015
|
||||
|
||||
* Added instractions for apache2 reload without password for Registrant/Registrar,
|
||||
more info at doc/certificates.md
|
||||
|
||||
|
|
|
@ -211,15 +211,15 @@ Make sure you have this line in application.yml:
|
|||
|
||||
crl_dir: '/home/registry/registry/shared/ca/crl'
|
||||
|
||||
In rails console:
|
||||
After deploy, in rails console:
|
||||
|
||||
Certificate.update_crl
|
||||
|
||||
Update whenever:
|
||||
|
||||
mina whenever:update
|
||||
|
||||
|
||||
Configure apache:
|
||||
Configure Apache (set location according to registrant and registrar):
|
||||
|
||||
<Location /registrant/id>
|
||||
SSLVerifyClient require
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue