SecureBlackbox 2020 PHP Edition

Questions / Feedback?

WebsiteName Property

Specifies the web site name to use in the certificate.

Object Oriented Interface

public function getWebsiteName();
public function setWebsiteName($value);

Procedural Interface

secureblackbox_dtlsserver_get($res, 85 );
secureblackbox_dtlsserver_set($res, 85, $value );

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'.

Data Type

String

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