uuid.x500

STRINGuuid.x500

Available inall subroutines.

Returns the RFC 4122 identifier of the X.500 namespace, namely the constant 6ba7b814-9dad-11d1-80b4-00c04fd430c8.

Example

declare local var.x500 STRING;
set var.x500 = uuid.version3(uuid.x500(), "CN=Test User 1, O=Example Organization, ST=California, C=US");
# var.x500 is now "addf5e97-9287-3834-abfd-7edcbe7db56f"

User contributed notes

BETA

Do you see an error in this page? Do you have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact Fastly support)