Handbook
Glossary
<gemini-secure-config> ( -- secure-config )
Vocabulary
gemini
.
server
Inputs
None
Outputs
secure-config
an
object
Definition
USING:
accessors
io.pathnames
io.sockets.secure
namespaces
;
IN:
gemini.server
:
<gemini-secure-config>
( -- secure-config )
<secure-config>
"key-file"
get
absolute-path
>>key-file
"dh-file"
get
absolute-path
>>dh-file
"key-password"
get
>>password
;