-.\" $OpenBSD: ssl.8,v 1.64 2016/06/06 15:26:04 sthen Exp $
+.\" $OpenBSD: ssl.8,v 1.65 2017/07/08 02:13:36 tedu Exp $
.\"
.\" Copyright (c) 1999 Theo de Raadt, Bob Beck
.\" All rights reserved.
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 6 2016 $
+.Dd $Mdocdate: July 8 2017 $
.Dt SSL 8
.Os
.Sh NAME
-out /etc/ssl/server.crt
.Ed
.Pp
+Note that some new browsers have deprecated using the common name of a
+certifate and require that subject alt names be provided.
+This may require the use of
+.Ar -extfile Pa server.ext
+when self-signing.
+.Bd -literal -offset indent
+# this is an example server.ext file
+subjectAltName=DNS:example.com,DNS:www.example.com
+.Ed
+.Pp
With
.Pa /etc/ssl/server.crt
and