view xsls/version.xsls @ 2897:3f5e91af4a52

Documented automatic rotation of TLS session ticket keys.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 18 Oct 2022 11:56:15 +0100
parents b2b10d564893
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:param VERSION = "'development'";

X:output method="text";

X:template = "/versions" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };

}