Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1.  
  2.  
  3. info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
  4.  
  5.  
  6. User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
  7.  
  8.  
  9. info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[58]
  10.  
  11.  
  12. Creating key {1eafddbf-d78d-4dad-a0c3-c5a802ee3083} with creation date 2018-07-18 09:53:58Z, activation date 2018-07-18 09:53:58Z, and expiration date 2018-10-16 09:53:58Z.
  13.  
  14.  
  15. warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
  16.  
  17.  
  18. No XML encryptor configured. Key {1eafddbf-d78d-4dad-a0c3-c5a802ee3083} may be persisted to storage in unencrypted form.
  19.  
  20.  
  21. info: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[39]
  22.  
  23.  
  24. Writing data to file '/root/.aspnet/DataProtection-Keys/key-1eafddbf-d78d-4dad-a0c3-c5a802ee3083.xml'.
  25.  
  26.  
  27. Hosting environment: Production
  28.  
  29.  
  30. Content root path: /app
  31.  
  32.  
  33. Now listening on: http://[::]:8080
  34.  
  35.  
  36. Application started. Press Ctrl+C to shut down.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement