SecureBlackbox 2020 Python Edition

Questions / Feedback?

website_name Property

Specifies the web site name to use in the certificate.

Syntax

def get_website_name() -> str: ...
def set_website_name(value: str) -> None: ...

website_name = property(get_website_name, set_website_name)

Default Value

"SecureBlackbox"

Remarks

If using an internally-generated certificate, use this property to specify the web site name to be included as a common name. A typical common name consists of the host name, such as '192.168.10.10' or 'domain.com'.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]