FakeKeyStore

object FakeKeyStore

A fake key store with a single, selfsigned certificate and keypair. Includes also a trustedCertEntry for that certificate.

Your keystore contains 2 entries

sslconfig-selfsigned-trust, Oct 4, 2018, trustedCertEntry,
Certificate fingerprint (SHA1): 19:2D:20:F0:36:59:E3:AD:C1:AA:55:82:0D:D2:94:5D:B3:75:3F:F8
sslconfig-selfsigned, Oct 4, 2018, PrivateKeyEntry,
Certificate fingerprint (SHA1): 19:2D:20:F0:36:59:E3:AD:C1:AA:55:82:0D:D2:94:5D:B3:75:3F:F8

Was: play.core.server.ssl.FakeKeyStore

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object SelfSigned

Value members

Concrete methods

def createSelfSignedCertificate(keyPair: KeyPair): X509Certificate
def generateKeyStore: KeyStore

Generate a fresh KeyStore object in memory. This KeyStore is not saved to disk. If you want that, then call keyManagerFactory.

Generate a fresh KeyStore object in memory. This KeyStore is not saved to disk. If you want that, then call keyManagerFactory.

This method is public only for consumption by Play/Lagom.