mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
fixes and improvements to ssl verification
This commit is contained in:
parent
8cd61a06f2
commit
4168854d76
6 changed files with 207 additions and 125 deletions
|
@ -799,7 +799,7 @@ class Site < Sequel::Model
|
|||
end
|
||||
|
||||
def ssl_installed?
|
||||
ssl_key && ssl_cert && ssl_cert_intermediate
|
||||
ssl_key && ssl_cert
|
||||
end
|
||||
|
||||
def to_rss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue