Skip to content

Commit

Permalink
certificates adding ipv4 and ipv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal Web committed Oct 1, 2023
1 parent e5e3e13 commit 9b18e2a
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 0 deletions.
Binary file modified profiles/default-Ephemeral.cert
Binary file not shown.
Binary file modified profiles/default-EphemeralPublic.cert
Binary file not shown.
Binary file modified profiles/default-Master.cert
Binary file not shown.
Binary file modified profiles/default-MasterPublic.cert
Binary file not shown.
Binary file modified profiles/default-Profile.cert
Binary file not shown.
6 changes: 6 additions & 0 deletions scripts/certificates.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const domainProfile = await createProfile({
domain: 'universal',
extension: 'web',
ip: '::1',
ipv4: 'localhost',
ipv6: '::1',
records: {
aaaa: '::1',
a: 'localhost'
},
port: 8888,
// Used when a custom Domain name server is used to resolve the domain name locations still provides valid certificates else will be warned of invalid certificate
// domainInfoServer: {
Expand Down
Binary file modified services/universal.web-Ephemeral.cert
Binary file not shown.
Binary file modified services/universal.web-EphemeralPublic.cert
Binary file not shown.
Binary file modified services/universal.web-Master.cert
Binary file not shown.
Binary file modified services/universal.web-MasterPublic.cert
Binary file not shown.
Binary file modified services/universal.web-Profile.cert
Binary file not shown.

0 comments on commit 9b18e2a

Please sign in to comment.