mirror of https://github.com/shred/acme4j
59 lines
2.2 KiB
XML
59 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
*
|
|
* acme4j - ACME Java client
|
|
*
|
|
* Copyright (C) 2015 Richard "Shred" Körber
|
|
* http://acme4j.shredzone.org
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*
|
|
-->
|
|
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
|
<publishDate position="right"/>
|
|
<version position="right"/>
|
|
<body>
|
|
<links>
|
|
<item name="API javadoc" href="./apidocs/index.html"/>
|
|
<item name="ACMEv2" href="https://shredzone.org/maven/acme4j/index.html"/>
|
|
<item name="GitHub" href="https://github.com/shred/acme4j/tree/acmev1"/>
|
|
</links>
|
|
<breadcrumbs>
|
|
<item name="shredzone.org" href="https://shredzone.org"/>
|
|
<item name="acme4j" href="index.html"/>
|
|
</breadcrumbs>
|
|
<menu name="Documentation">
|
|
<item name="Introduction" href="index.html"/>
|
|
<item name="Migration Guide" href="migration.html"/>
|
|
<item name="How to Use" href="usage/index.html">
|
|
<item name="Session" href="usage/session.html"/>
|
|
<item name="Registration" href="usage/register.html"/>
|
|
<item name="Authorization" href="usage/authorization.html"/>
|
|
<item name="Certificate" href="usage/certificate.html"/>
|
|
</item>
|
|
<item name="Challenges" href="challenge/index.html">
|
|
<item name="http-01" href="challenge/http-01.html"/>
|
|
<item name="dns-01" href="challenge/dns-01.html"/>
|
|
</item>
|
|
<item name="CAs" href="ca/index.html">
|
|
<item name="Let's Encrypt" href="ca/letsencrypt.html"/>
|
|
</item>
|
|
<item name="ACME Provider" href="provider.html"/>
|
|
</menu>
|
|
<menu ref="modules"/>
|
|
<menu ref="reports"/>
|
|
</body>
|
|
|
|
<skin>
|
|
<groupId>org.apache.maven.skins</groupId>
|
|
<artifactId>maven-fluido-skin</artifactId>
|
|
<version>1.7</version>
|
|
</skin>
|
|
</project>
|